Get a single offer
GET/v1/networks/:networkId/campaigns/:campaignId/offers/:id
Returns one offer for the campaign, or 404 if it does not exist. The offer's status (pending, accepted, rejected, or negotiating) is read-only; transitions happen only via the accept/reject actions. Once accepted, creative_id links to the generated host-voiced creative. Requires the read_only network role.
Request
Responses
- 200
- 401
- 403
- 404
Get a single offer
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found