Skip to main content
GET
Detalhes do Lead

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

ID numérico do lead.

Response

Dados do lead.

id
integer
Example:

1234

name
string
Example:

"Maria Silva"

type
enum<string>
Available options:
web,
telegram,
email,
manual
Example:

"web"

phone_number
string | null
Example:

"5511999998888"

email
string | null
Example:

"maria@exemplo.com"

status
enum<string>
Available options:
new,
contacted,
qualified,
lost,
converted
Example:

"new"

agent_id
string<uuid> | null
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

custom_fields
object | null
Example:
created_at
string<date-time>
Example:

"2025-01-15T10:30:00Z"

updated_at
string<date-time>
Example:

"2025-01-15T14:22:00Z"