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
Changes
Changed in 2 of the 6 revisions of this API.11
- ○
added the optional property
allOf[subschema #2]/data/recipientIdsto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
pending_reviewenum value to theallOf[subschema #2]/data/statusresponse property for the response status200response-property-enum-value-added
- ●