Skip to main content
GET
/
email
/
campaigns
List or Get Email Campaigns
curl --request GET \
  --url https://api.getoutbox.ai/email/campaigns/ \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {}
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List response (no campaign_id). Detail response uses the EmailCampaignSerializer shape.

results
object[]
required

Campaign rows with aggregated counts.

total
integer
required