POST
/
leads
Criar lead
curl --request POST \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/leads \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "agentId": null,
  "name": null,
  "email": null,
  "phone": null,
  "company": null,
  "site": null,
  "custom": {},
  "utm": {},
  "capture": "completed"
}'
{
  "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.030Z",
  "updatedAt": "2025-07-21T17:52:50.030Z"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Dados do lead

Response

200
application/json

Successful response

Dados do lead