v93

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Campaigns

Get campaign audience

Resolves the campaign's stored targeting into named lists and segments and returns a recipient count computed at read time. When audience.isUnset is true the campaign has no targeting and scheduling sends to every active subscriber.

get/campaigns/{campaignId}/audience

Path parameters

campaignIdstring required

Campaign ID

Response

Resolved campaign audience

successboolean
campaignIdstring
campaignNamestring
statusstring
scheduledAtstring date-time nullable
recipientCountinteger

Subscribers matching the effective targeting right now.

targetListsobject nullable

Raw stored targeting exactly as persisted on the campaign.

Example response

{
  "success": true
}