Get a lead
Retrieves one lead by ID.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
The lead’s UUID (the id field returned on create), not the numeric leadId.
Response
Successful.
id
The lead’s UUID. This is the identifier used as the path parameter on GET /leads/{id}.
leadId
Sequential numeric lead identifier. Not the path parameter for GET /leads/{id}.
mobileNumber
customerSourceId
status
Lead status — one of RECEIVED, PROCESSING, CONVERTED, FAILED.
source
customerData
processingStartedAt
convertedAt
failedAt
createdAt
updatedAt
Errors
401
Unauthorized Error
404
Not Found Error
