GET /account-campaign-mappings

Authentication

Send your organization API key as a Bearer credential.

Authorization: Bearer YOUR_API_KEY

Response

application/json

Account-to-campaign mappings retrieved successfully

items object[] required

Organization-owned email accounts that have at least one connected non-system campaign

Show child attributes Hide child attributes
items.account_id number required

Email account ID

Range: x ≥ 1

Example: 10
items.campaigns object[] required

Non-system campaigns connected to this email account, ordered by campaign index

Show child attributes Hide child attributes
items.campaigns.id string required

Campaign UUID

Example: f550f647-816c-4ca9-a8af-0fa54c45e25f
items.campaigns.name string required

Campaign name

Example: Outbound Europe
items.campaigns.status string required

Current campaign status

Allowed values: Active, Draft, Completed, Paused

Example: Active