List advertisers referenced by the network's campaigns
GET/v1/networks/:networkId/advertisers
Returns a cursor-paginated page of advertisers, scoped to only those referenced by a campaign's advertiser_id in this network (platform-wide advertisers not used here are not exposed). Ordered by id; use the returned cursor for the next page. Requires the read_only network role.
Request
Responses
- 200
- 400
- 401
- 403
- 404
A page of advertisers
Invalid request (e.g. a malformed pagination cursor)
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found