GET
/
dnc
/
{phone_number}
cURL
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

Phone number found in DNC list

phone
string

The phone number in the DNC list

createdAt
string<date-time>

The date and time when the phone number was added to the DNC list