Resolve a campaign-offer token into the context needed to render the review screen
GET/v1/public/campaign-offer/:networkId/:campaignId/:token
Public endpoint authenticated solely by the opaque magic-link token in the path — no API key is required. Returns the curated details needed to render the offer review page: campaign, brand and product names, the podcast title, the invitation status and expiry, whether the recipient has passed email-code verification, and the podcast's READY voices to choose from. Internal ids and the raw verification code are never exposed.
Request
Responses
- 200
- 401
- 403
- 404
The curated offer context
Missing or invalid API key
The API key is not authorized for this resource
Token is invalid or the invitation does not exist