Get an advertiser referenced by the network's campaigns
GET/v1/networks/:networkId/advertisers/:id
Returns a single advertiser, but only if it is referenced by at least one campaign in this network; otherwise 404 (even if the advertiser exists for another network). This is how a campaign's advertiser_id is resolved. Requires the read_only network role.
Request
Responses
- 200
- 401
- 403
- 404
The advertiser
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found