Generate a fresh opt-in verification code and email it to the podcast owner
POST/v1/networks/:networkId/podcasts/:podcastId/invitations/:invitationId/resend-code
Requires the administrator role on the network, and the podcast must belong to that network and have a primary-contact email. Generates a new 30-minute verification code on the named invitation (superseding any prior code) and emails it to the owner best-effort, so a failed send still returns 200 with email_sent=false. The response reports the code's expiry.
Request
Responses
- 200
- 400
- 401
- 403
- 404
A new code was generated; the email send is best-effort
Podcast not in this network or has no contact email
Missing or invalid API key
The API key is not authorized for this resource
Podcast, network, or invitation not found