GET
/
leads
/
lookup
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

Response

200
application/json
Lead found successfully.
id
string
required

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