Skip to main content
GET
Get Lead by ID

Path Parameters

ParameterTypeRequiredDescription
idstringYesLead ID

Example Request

Example Response

Returns the full lead object (see Full Lead Object).

Error Responses

StatusCodeDescription
401UNAUTHORIZEDMissing or invalid API key
404NOT_FOUNDLead not found
500INTERNAL_ERRORServer error

Authorizations

X-API-KEY
string
header
required

API key for authentication

Path Parameters

id
string
required

Lead ID

Example:

"lead_abc123"

Response

Lead found

success
boolean
Example:

true

data
object
meta
object