List campaign contacts
Authentication
AuthorizationBearer
Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.
Path parameters
campaignId
Campaign ID
Query parameters
status
Filter by derived contact status
search
Case-insensitive search over phone number, name and email
limit
Max items to return (1-100)
offset
Items to skip
Response
Campaign contacts list
contacts
List of campaign contacts for the current page
meta
Pagination metadata
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error