Skip to main content
GET
Check if lead is a working lead

Headers

Authorization
string
required

Bearer [access_token]

Path Parameters

leadId
integer<int64>
required

Lead ID

Response

Working lead status retrieved successfully

Working lead information

leadId
integer<int64>

Lead ID

Example:

12345

firstName
string

First name

Example:

"Jane"

lastName
string

Last name

Example:

"Smith"

email
string

Email address

Example:

"jane.smith@example.com"

phone
string

Phone number

Example:

"+1234567890"

createdAt
string

Created timestamp (ISO8601)

Example:

"2026-02-20T10:00:00Z"