Campaigns
List Campaigns
List campaigns for a project. Requires API key with campaign:read.
get/v1/campaigns
Query parameters
projectIdstring required
Project ID
status'draft' | 'pending_review' | 'scheduled' | 'sending' | 'throttled' | 'sent' | 'failed' | 'cancelled'
Filter by campaign status
pageinteger
Page number for pagination
limitinteger
Number of results per page
Response
List of campaigns
Changes
Changed in 2 of the 6 revisions of this API.12
- ○
added the optional property
allOf[subschema #2]/data/campaigns/items/recipientIdsto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
pending_reviewenum value to theallOf[subschema #2]/data/campaigns/items/statusresponse property for the response status200response-property-enum-value-added
- ○
added the new enum value
pending_reviewto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ●