Skip to main content

List Campaigns

GET/api/v1/campaign/

Get campaigns for user's organization

cURL example

curl -X GET \
  'http://localhost:8000/api/v1/campaign/' \
  -H 'Authorization: Bearer <API_KEY>'

Parameters

NameLocationTypeDescription
authorizationheaderobject
X-API-Keyheaderobject

Responses

200Successful Response
application/json
View schema
{
  "$ref": "#/components/schemas/CampaignsResponse"
}
404Not found
422Validation Error
application/json
View schema
{
  "$ref": "#/components/schemas/HTTPValidationError"
}