Submit the opt-in registration: opt the podcast in and record advertiser preferences
POST/v1/public/opt-in/:token/complete
Public, token-authenticated final step that records the recipient's opt-in: it flips the podcast to opted-in, saves the contact details, blocked ad categories, and any supplied podcast metadata, and optionally links a previously created READY voice as the podcast's primary voice. Requires that the emailed code has already been verified, otherwise returns 409. The call is idempotent on retry (the original completion timestamp is preserved) and emits an optin.completed webhook to the network.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
Opt-in completed; the podcast is now opted in
Missing first_name/email/role or an invalid email
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found
Not verified, or the invitation is no longer open