Lead
Leads
Lead
Retrieves the full details of a specific lead.
GET
Lead
Get a Lead
Retrieves the full details of a specific lead by its ID.Request
GET /v1/leads/:id
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | uuid | Yes | The unique identifier of the lead |
Example
Response
- 200 OK
- 404 Not Found
Response Fields
| Field | Type | Description |
|---|---|---|
id | uuid | Unique identifier |
first_name | string | First name |
last_name | string | Last name |
email | string | Email address |
phone | string | Phone number (E.164) |
company_name | string | Company name |
title | string | Job title |
status | string | Current status |
call_outcome | string | Last call outcome disposition |
total_calls | integer | Number of calls made to this lead |
ai_enrichment | string | AI enrichment data (if enriched) |
custom_variables | object | Custom key-value data |
created_at | datetime | Creation timestamp |
updated_at | datetime | Last update timestamp |
.png?fit=max&auto=format&n=PYj-p9lRwfHX4QQS&q=85&s=967f00940a17d1d8cc11bd8995dc98d0)
.png?fit=max&auto=format&n=PYj-p9lRwfHX4QQS&q=85&s=5072033d90dfd5e7cc9349712ea4e145)