Skip to main content
GET
Retrieve a paginated list of contacts for a specific campaign, with optional status filtering.

Path Parameters

  • campaign_id (integer, required): The unique identifier of the campaign

Query Parameters

  • page (integer, optional, default: 1): Page number for pagination
  • per_page (integer, optional, default: 50, max: 1000): Results per page
  • status (string, optional): Filter by contact status

Contact Statuses

Response

Response

Response Fields

Example Code

cURL
Python
JavaScript

Error Responses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

campaign_id
integer
required

Query Parameters

page
integer
default:1
Required range: x >= 1
per_page
integer
default:50
Required range: 1 <= x <= 1000
status
string | null

Response

Successful Response