Skip to main content
GET
List campaign participants

Authorizations

Authorization
string
header
required

A workspace API token. Create one in Settings → API. Send it as Authorization: Bearer sk_live_....

Path Parameters

campaign_id
string
required

Unique identifier for a campaign.

Pattern: ^camp_[0-9a-f]{32}$
Example:

"camp_9f2ac41d8b7e4a51b0d3e6f7a1c2d3e4"

Query Parameters

limit
integer
default:50

Items per page (max 200).

Required range: 1 <= x <= 200
cursor
string | null

Opaque cursor from a previous response's links.next.

Response

Successful Response

A page of campaign participants.

data
CampaignParticipant · object[]
required
meta
PageMeta · object
required