List campaigns in a network
GET/v1/networks/:networkId/campaigns
Returns a cursor-paginated page of the network's campaigns ordered by id; use the returned cursor to fetch the next page. Pass ?expand=advertiser to inline each campaign's advertiser. Requires the read_only network role.
Request
Responses
- 200
- 400
- 401
- 403
- 404
List campaigns in a network
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