curl --request POST \
--url https://prod.featherhq.com/api/v1/dnc \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"phoneNumber": "<string>"
}
'{
"dncEntry": {
"id": "<string>",
"organizationId": "<string>",
"phoneNumber": "<string>",
"callId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Add a phone number to the Do Not Call block list
curl --request POST \
--url https://prod.featherhq.com/api/v1/dnc \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"phoneNumber": "<string>"
}
'{
"dncEntry": {
"id": "<string>",
"organizationId": "<string>",
"phoneNumber": "<string>",
"callId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}