Português (BR)
cURL
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": [] }
Recupera informações detalhadas de um lead.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identificador do lead
Successful response
Lead com identidades e destinos associados