List campaign contacts
Get all campaign contacts for a contacts.
Authorizations
The API key used to authenticate requests, learn how to generate an API key on the Authentication page.
Path Parameters
Team ID, starting with tea_
Contact ID, starting with con_
Query Parameters
The number of items to return per page.
x < 100
ID of the item to start the pagination after (not inclusive).
Search query to filter items by.
The field to order items by (e.g., createdAt
).
The direction to sort items by.
asc
, desc
Response
The unique ID of this contact in a campaign, starting with cpc_
.
The date and time the contact was added to this campaign.
The date and time the contact was last updated in this campaign.
The status of the campaign contact.
OPEN
, WON
, LOST
The data associated with the campaign contact added when using an integration.
The unique ID of the campaign the campaign contact is associated with, starting with cpg_
.
The unique ID of the contact the campaign contact is associated with, starting with con_
.