Retrieve a specific lead by ID
Documentation Index
Fetch the complete documentation index at: https://docs.partnero.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Lead’s unique ID |
| Field | Type | Description |
|---|---|---|
data.id | integer | Unique lead ID |
data.status | string | Lead status: submitted, converted, rejected |
data.lead_info | object | Basic lead information |
data.lead_info.name | string | Lead’s name |
data.lead_info.email | string | Lead’s email |
data.submitter | object | Partner who submitted the lead |
data.submitter.id | string | Partner ID |
data.submitter.name | string | Partner name |
data.submitter.email | string | Partner email |
data.submission_form | array | Custom form field responses |
data.converted_to | object | null | Customer data if converted |
data.can_be_converted | boolean | Whether lead can be converted to customer |
data.can_be_rejected | boolean | Whether lead can be rejected |