Get Lead
Fetches a single lead.
GET
/api/v1/leads/{lead_id}Description
Verifies the lead belongs to your company, then returns it.
Parameters
| Path param | Type | Description |
|---|---|---|
lead_id | UUID | The lead's ID. |
Response — 200 OK
A single Lead Object.
Errors
| Status | Detail |
|---|---|
404 | Lead not found or not in your company. |