Create an advertiser
POST/v1/networks/:networkId/advertisers
Creates a platform-wide advertiser and returns it with a Location header. name and email are both required (otherwise 400). The advertiser becomes visible through this network's read endpoints only once a campaign in the network references it via advertiser_id. Requires the administrator network role.
Request
Responses
- 201
- 400
- 401
- 403
- 404
Advertiser created
Response Headers
Location
URL of the created advertiser
Missing name or email
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found