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

idstringRequiredformat: "uuid"

The lead’s UUID (the id field returned on create), not the numeric leadId.

Response

Successful.
idstringformat: "uuid"

The lead’s UUID. This is the identifier used as the path parameter on GET /leads/{id}.

leadIdinteger or null

Sequential numeric lead identifier. Not the path parameter for GET /leads/{id}.

mobileNumberstring or null
customerSourceIdinteger or null
statusstring

Lead status — one of RECEIVED, PROCESSING, CONVERTED, FAILED.

sourcestring
customerDataobject
processingStartedAtdatetime or null
convertedAtdatetime or null
failedAtdatetime or null
createdAtdatetime
updatedAtdatetime

Errors

401
Unauthorized Error
404
Not Found Error