Retrieve contact IDs
Fetch the list of contact IDs for the specified campaign and contact type. This endpoint allows you to retrieve contact information associated with a particular campaign, filtered by the type of contact. It supports pagination and date filtering to manage large sets of data effectively.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique identifier of the campaign.
The type of contact to filter the list.
Query Parameters
A cursor token for pagination. Use the value from the previous response's paging.next.after field.
The end date for filtering contact data, formatted as YYYY-MM-DD.
The maximum number of results to display per page.
The start date for filtering contact data, formatted as YYYY-MM-DD.