List campaign contacts
Get all campaign contacts for a contacts.
GET
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.
Required range:
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.
Available options:
asc
, desc
Response
200 - application/json
Array of campaign contacts
The response is of type object[]
.