Skip to main content
GET
cURL

Usage Notes

Use phone to look up a lead by their phone number. If exactly one active lead matches that phone number, the response returns the lead ID. When the same lead phone number is associated with multiple outbound phone numbers, include outboundPhone to identify which lead to return. The outbound phone number must be one of the phone numbers configured for your organization.

Authorizations

x-api-key
string
header
required

Query Parameters

phone
string
required

The phone number of the lead to look up The phone number must begin with an area code (+) and can contain digits, spaces, parentheses, and hyphens (e.g. +1 (555) 555-5555)

outboundPhone
string

The configured outbound phone number associated with the lead. The phone number must begin with an area code (+) and can contain digits, spaces, parentheses, and hyphens (e.g. +1 (555) 555-5555)

Response

Lead found successfully.

id
string
required

The ID of the lead associated with the provided phone number.