v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBAccountCampaignMapping
Get campaigns associated with an email
Requires one of the following scopes: account_campaign_mappings:read, account_campaign_mappings:all, all:read, all:all
get/api/v2/account-campaign-mappings/{email}
Path parameters
emailstring required
Example:user@example.com
Query parameters
limitnumber
Example:10
starting_afterstring
Example:2025-03-07T00:00:00.000Z
Response
The list of Account Campaign Mapping
Example response
{
"items": [
{
"campaign_id": "019f94cd-8379-7802-a232-d6eae0f51e72",
"campaign_name": "Campaign Name",
"timestamp_created": "2026-07-24T15:45:24.345Z",
"status": 1
}
],
"next_starting_after": "019f94cd-ad8a-7e1a-b5da-213aa8a7a175"
}