Get a campaign by id
GET/v1/networks/:networkId/campaigns/:id
Returns a single campaign in the network, or 404 if it does not exist. Pass ?expand=advertiser to inline the campaign's advertiser (resolved from advertiser_id). Requires the read_only network role.
Request
Responses
- 200
- 401
- 403
- 404
Get a campaign by id
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found