curl --request GET \
--url https://prod.featherhq.com/api/v1/dnc/{id} \
--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 its ID
curl --request GET \
--url https://prod.featherhq.com/api/v1/dnc/{id} \
--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"
}
}