brandings
List all branding resources in your ActiveCampaign account. Supports pagination, sorting, and filtering to manage brand assets.
Instructions
🟢 READ-ONLY · Brandings · GET /brandings
List all brandings
Fetches data. Makes no changes to your ActiveCampaign account.
List all existing branding resources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results per page (ActiveCampaign default 20, max 100). | |
| offset | No | Zero-based offset into the result set for pagination. | |
| orders | No | Sort order as an object, e.g. {"email":"ASC"} → orders[email]=ASC. | |
| api_key | No | ActiveCampaign API key | |
| filters | No | Field filters as an object, e.g. {"name":"ecom"} → filters[name]=ecom. |