Skip to main content

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

A new code was generated; the email send is best-effort