Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer YOUR_API_KEY.

Path Parameters

id
string
required

Agent id returned by the Agents API.

Minimum string length: 1

Query Parameters

phone
string
required

Phone number to look up. Formatting differences are tolerated; E.164 is recommended.

Minimum string length: 1
locationId
string

Project location id used to disambiguate an agent shared across multiple projects.

Minimum string length: 1
campaignId
string

Campaign id used to scope the contact lookup.

Minimum string length: 1

Response

Matching contact, or null when no contact matches.

success
boolean
required
contact
object | null
required

Matching contact, or null when no contact matches the supplied phone number.