CallFire has a new API!
We are proud to announce the launch of our API 2.0! Learn more about our streamlined, transactional and broadcast APIs. This version of the API documentation will remain available for reference only. There will be no new development, only bug fixes. We highly recommend upgrading to our newer and more sophisticated documentation.
Query for existing do not contact (DNC) lists.
Request Parameters
Parameter | Demo Value | Description | Data Type |
---|---|---|---|
QueryDncListsRequest | Query DNC lists | object | |
MaxResults | Max number of results to return limited to 1000 (default: 1000) | long | |
FirstResult | Start of next result set (default: 0) | long | |
CampaignId | Prefix (1-10 digits) of numbers | long | |
Name | DNC source name | string |
* indicates choice value, bolded parameters are required
Response Parameters
Parameter | Description | Data Type |
---|---|---|
QueryDncListsResponse | List of dnc lists | |
TotalResults | Results count | long |
DncList | Do not contact list | |
id | Unique ID of DncList | long |
CampaignId | Campaign ID associated with list | long |
Name | Name of DncList | string |
Size | Count of DncNumbers in list | int |