Response fields
Show properties
Show properties
The id of the lead
The ID of the campaign this lead belongs to
The phone number of the lead in E.164 format
The variables associated with the lead
The status of the lead
The created at date of the lead
The updated at date of the lead
Array of secondary contact leads associated with this lead
Show secondary_contacts properties
Show secondary_contacts properties
The id of the secondary contact lead
The phone number of the secondary contact in E.164 format
The variables associated with the secondary contact
The status of the secondary contact
The created at date of the secondary contact
The updated at date of the secondary contact
Copy
[
{
"id": 1,
"campaign_id": 1,
"phone_number": "+1234567890",
"variables": {
"customer_name": "John Doe",
"email": "john.doe@example.com"
},
"status": "created",
"created_at": "2025-06-30 11:18:04",
"updated_at": "2025-06-30 11:18:04",
"campaign": {
"id": 1,
"name": "My new campaign"
},
"secondary_contacts": [
{
"id": 2,
"phone_number": "+1234567899",
"variables": {
"customer_name": "Jane Doe Secondary",
"email": "jane.doe.secondary@example.com"
},
"status": "created",
"created_at": "2025-06-30 11:18:04",
"updated_at": "2025-06-30 11:18:04"
}
]
}
]