Campaigns

Get Campaign

Get a single campaign by ID. Requires API key with campaign:read.

get/v1/campaigns/{id}

Path parameters

idstring required

Campaign ID

Response

Campaign details

successboolean required
errorstring nullable

Changes

Changed in 2 of the 6 revisions of this API.11

    • added the optional property allOf[subschema #2]/data/recipientIds to the response with the 200 status

      response-optional-property-added

    • added the new pending_review enum value to the allOf[subschema #2]/data/status response property for the response status 200

      response-property-enum-value-added