POST
/
dnc
/
register
curl --request POST \
  --url https://api.attent.app/v1/dnc/register \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "phone": "+15555555555"
}'
{
  "message": "Phone number successfully added to DNC list"
}

Authorizations

x-api-key
string
header
required

Body

application/json
Phone number to add to DNC list
phone
string
required

The phone number must begin with an area code (+) and can contain digits, spaces, parentheses, and hyphens (e.g. +1 (555) 555-5555)

Response

200
application/json
Phone number successfully added to DNC list
message
string

Success message