Skip to main content
POST
Batch Add Campaign Members

Authorizations

X-API-Key
string
header
required

Your Conversion API key. Found in Settings > Integrations in the dashboard. Format: sk_live_<key_id>_<secret>.

Path Parameters

campaignId
string<uuid>
required

The Conversion campaign id, as returned by GET /v2/campaigns.

Body

application/json
members
object[]
required

An array of members to add to the campaign.

Required array length: 1 - 200 elements

Response

Batch processed. Check the counts and each result for per-member success or failure.

data
object