curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/leads/{id} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"agentId": "<string>",
"name": null,
"email": null,
"phone": null,
"company": null,
"site": null,
"custom": {},
"utm": {},
"capture": "completed",
"workspaceId": "<string>",
"createdAt": "2025-07-04T18:19:22.558Z",
"updatedAt": "2025-07-04T18:19:22.558Z",
"identities": [],
"destinations": []
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.
curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/leads/{id} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"agentId": "<string>",
"name": null,
"email": null,
"phone": null,
"company": null,
"site": null,
"custom": {},
"utm": {},
"capture": "completed",
"workspaceId": "<string>",
"createdAt": "2025-07-04T18:19:22.558Z",
"updatedAt": "2025-07-04T18:19:22.558Z",
"identities": [],
"destinations": []
}
curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/leads/{id} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"agentId": "<string>",
"name": null,
"email": null,
"phone": null,
"company": null,
"site": null,
"custom": {},
"utm": {},
"capture": "completed",
"workspaceId": "<string>",
"createdAt": "2025-07-04T18:19:22.558Z",
"updatedAt": "2025-07-04T18:19:22.558Z",
"identities": [],
"destinations": []
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.
curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/leads/{id} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"agentId": "<string>",
"name": null,
"email": null,
"phone": null,
"company": null,
"site": null,
"custom": {},
"utm": {},
"capture": "completed",
"workspaceId": "<string>",
"createdAt": "2025-07-04T18:19:22.558Z",
"updatedAt": "2025-07-04T18:19:22.558Z",
"identities": [],
"destinations": []
}