Skip to main content
GET
/
leads
/
lookup
cURL
curl --request GET \
  --url https://api.attent.app/v1/leads/lookup \
  --header 'x-api-key: <api-key>'
{
  "id": "1234"
}

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)

Response

Lead found successfully.

id
string
required

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