Authorizations
Add api-key YOUR_API_SECRET_KEY
as the value of the Authorization
header.
Path Parameters
The identifier of the Campaign to return the Contacts
Query Parameters
Filters the Campaign Contacts by the Status of the Campaign Contact
Available options:
queue
, sending
, sent
, delivered
, voicemail
, read
, failed
, no-answer
, busy
, retrying
, converted
, acepted
, rejected
, unreachable
Number of items per page to return.
Required range:
1 <= x <= 100
Page number to the next page to return.
Required range:
0 <= x <= 25000
Response
Campaign Contacts response
Total number of Campaign Contacts for the given query. NOTE: Only calculated in the first page.
Filters are applied to each request independently. Changing filters while paginating may result in gaps or overlaps in the result set. For consistent results, maintain the same filters throughout pagination.