Skip to main content
GET
/
email
/
campaigns
/
{campaign_id}
List or Get Email Campaigns
curl --request GET \
  --url https://api.getoutbox.ai/email/campaigns/{campaign_id}/ \
  --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.

Path Parameters

campaign_id
string<uuid>
required

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