Skip to main content
GET
/
v1
/
leads
/
{id}
Consulta um lead pelo id
curl --request GET \
  --url https://api.superlead.app/v1/leads/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "phone": "<string>",
  "source": "<string>",
  "channel": "<string>",
  "entry_point": "<string>",
  "funnel_stage": "<string>",
  "created_at": "<string>"
}

Authorizations

Authorization
string
header
required

Chave de API (sl_live_...)

Path Parameters

id
string
required
Example:

"lead_0b5f8a3e-..."

Response

Lead

id
string
required
name
string | null
required
phone
string | null
required
source
string | null
required
channel
string | null
required
entry_point
string | null
required
funnel_stage
string | null
required
created_at
string
required