GET
/
dnc
/
{phone_number}
curl --request GET \
  --url https://api.attent.app/v1/dnc/{phone_number} \
  --header 'x-api-key: <api-key>'
{
  "phone": "+15555555555",
  "createdAt": "2024-05-17T21:09:13Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

phone_number
string
required

The phone number to check

Response

200
application/json

Phone number found in DNC list

The response is of type object.