GET
/
leads
/
{id}
Obter lead
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/leads/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "agentId": null,
  "name": null,
  "email": null,
  "phone": null,
  "company": null,
  "site": null,
  "custom": {},
  "utm": {},
  "capture": "completed",
  "workspaceId": "<string>",
  "createdAt": "2025-07-21T17:52:50.029Z",
  "updatedAt": "2025-07-21T17:52:50.029Z",
  "identities": [],
  "destinations": []
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Identificador do lead

Response

200
application/json

Successful response

Lead com identidades e destinos associados