Create a podcast in a network
POST/v1/networks/:networkId/podcasts
Requires the administrator role on the network. title, feed_url, and a valid primary_contact are mandatory. Platform-owned fields (opt_in_status, primary_voice_id) cannot be set here. Responds 201 with the created podcast and a Location header pointing at its by-id resource.
Request
Responses
- 201
- 400
- 401
- 403
- 404
Podcast created
Response Headers
Location
URL of the created podcast
Missing title/feed_url/primary_contact or a malformed contact
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found