GET /api/v2/buyer/advertisers
Returns a paginated list of advertiser summary rows. Each row is the compact shape — call Get advertiser for the full resource with brand, linked accounts, UTM config, and frequency caps.
Request
curl
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
status | enum | No | ACTIVE, ARCHIVED, or ALL. Defaults to ACTIVE |
name | string | No | Case-insensitive partial match on advertiser name |
sandbox | boolean | No | true returns only sandbox advertisers, false only production. Omit for all |
linkedAccountPartnerId | string | No | Exact partner / sales-agent ID. Returns only advertisers with a currently linked account for that partner |
limit | integer | No | Max rows per page. Default 100, max 100 |
offset | integer | No | Rows to skip for pagination. Default 0 |
Response
linkedAccountCount replaces the embedded account list on summary rows. When hasMore is true, pass nextOffset as the next offset.
Errors
400 VALIDATION_ERROR— invalidstatusvalue or out-of-rangelimit.
Related
Advertiser tasks
All advertiser operations
Advertiser overview
Fields, lifecycle, and concepts
Get advertiser
Fetch the full resource
Create advertiser
Open a new advertiser