List offers for a campaign
GET/v1/networks/:networkId/campaigns/:campaignId/offers
Returns a cursor-paginated page of the campaign's offers (each an offer of this campaign to a podcast), ordered by id; use the returned cursor for the next page. Each offer carries a read-only status of pending, accepted, rejected, or negotiating. Requires the read_only network role.
Request
Responses
- 200
- 400
- 401
- 403
- 404
A page of offers
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