Resolve an opt-in invitation token into the context needed to render the screen
GET/v1/public/opt-in/: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 opt-in page: podcast title, network name, invitation status and expiry, and whether the recipient has already passed email-code verification (plus the current code's expiry, if one is outstanding). Internal ids, the raw verification code, and inviter identity are never exposed.
Request
Responses
- 200
- 401
- 403
- 404
The curated invitation context
Missing or invalid API key
The API key is not authorized for this resource
Token is invalid or the invitation does not exist