Get the list of campaigns.
This endpoint is used to get the list of campaigns.
Query parameters
The workspace to list campaigns for.
The workspace to list campaigns for.
Response
Example response
[
{
"id": 1,
"name": "Test Campaign 1",
"slug": "test-campaign-1"
},
{
"id": 2,
"name": "Saas Outreach",
"slug": "saas-outreach"
}
]Changes
Changed in 1 of the 3 revisions of this API.313
- ▲
added the new required
queryrequest parameterworkspace_idnew-required-request-parameter
- ▲
removed the request body
request-body-removed
- ▲
the response's body type/format changed from
object/toarray/for status200response-body-type-changed
- ●
removed the optional property
campaignsfrom the response with the200statusresponse-optional-property-removed
- ○
api tag
GenPagesaddedapi-tag-added
- ○
api tag
Campaignsremovedapi-tag-removed
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲