Skip to main content

Activate a campaign for a creator. Requires an Idempotency-Key header (any unique string).

Required Scopes: campaigns:write

Body

string
required
Posting handle; must start with @
string (date)
YYYY-MM-DD, when the creator will post

Response

boolean
true on success
object

child attributes

string (uuid)
The activation record
string
ACTIVE
string
As submitted
string (date) | null
null when omitted from the request
string (timestamp)
ISO 8601, UTC
Replaying the same Idempotency-Key with the same body returns the original response; reusing it with a different body returns 409 IDEMPOTENCY_CONFLICT.
/v1/creators/<creatorId>/campaigns/<campaignId>/activate
200