Workflow Campaigns
List Campaign Entries API
List a campaign’s entries, including rows that failed upload validation together with their failure code.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique id of the campaign
Query Parameters
Only entries in this status.
Available options:
pending, failed_validation, dispatched, completed Sort field.
Available options:
created_at, reference_id, status Sort direction.
Available options:
asc, desc Number of results per page.
Required range:
1 <= x <= 100Number of results to skip.
Required range:
x >= 0cURL

