Invite a podcast owner to complete opt-in registration and email them the link
POST/v1/networks/:networkId/podcasts/:podcastId/invitations
Requires the administrator role on the network, and the podcast must belong to that network and have a primary-contact email. If an active invitation already exists it is reused rather than duplicated (see reused in the response). The owner is emailed the opt-in link best-effort, so a failed send still returns 201 with email_sent=false. Responds 201 with the invitation and a Location header.
Request
Responses
- 201
- 400
- 401
- 403
- 404
Invitation created (or active one reused) and the owner notified
Response Headers
Location
URL of the invitation
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 or network not found