Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://prod.featherhq.com/api/v1/dnc/phone/{phoneNumber} \ --header 'X-API-Key: <api-key>'
{ "dncEntry": { "id": "<string>", "organizationId": "<string>", "phoneNumber": "<string>", "callId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Get a DNC entry by phone number (URL encoded, e.g., %2B14155551234)
The phone number (URL encoded)
DNC entry retrieved successfully
Show child attributes