1. Publisher
MediaCP Cloud
  • Documentation
    • Channel for customers
      • getApiChannels
      • postApiChannels
      • getApiChannelsId
      • putApiChannelsId
      • deleteApiChannelsId
    • Channel for tenants
      • getApiTenantsChannels
      • postApiTenantsCustomersCustomer_idChannels
    • Customer
      • getApiCustomers
      • postApiCustomers
      • getApiCustomersId
      • putApiCustomersId
      • deleteApiCustomersId
    • LiveEvent
      • postApiLiveEvents
      • getApiLiveEventsId
      • deleteApiLiveEventsId
      • getApiLiveEvents
      • putApiLiveEventsId
    • MediaContent
      • Download
      • PUT api/media-contents/{id}/uploaded
      • getApiMediaContents
      • postApiMediaContents
      • getApiMediaContentsId
      • putApiMediaContentsId
      • deleteApiMediaContentsId
    • MediaContent Tags
      • List tags attached to a MediaContent.
      • Attach a tag to a MediaContent.
      • Detach a tag from a MediaContent.
      • GET api/tags
      • POST api/tags
      • GET api/tags/{tag}
      • PUT,PATCH api/tags/{tag}
      • DELETE api/tags/{tag}
      • GET api/media-contents/{mediaContent}/tags
      • POST api/media-contents/{mediaContent}/tags
      • DELETE api/media-contents/{mediaContent}/tags/{tag}
    • Plan
      • getApiPlans
      • postApiPlans
      • getApiPlansId
      • putApiPlansId
      • deleteApiPlansId
    • Publisher
      • getApiChannelsChannel_idPublishers
      • postApiChannelsChannel_idPublishers
      • getApiChannelsChannel_idPublishersId
      • putApiChannelsChannel_idPublishersId
      • deleteApiChannelsChannel_idPublishersId
    • Team member
      • getApiTeamMembers
      • postApiTeamMembers
      • getApiTeamMembersId
      • putApiTeamMembersId
      • deleteApiTeamMembersId
  • MCP Cloud Video
    • Channel for customers
      • GET api/channels
      • POST api/channels
      • GET api/channels/{id}
      • PUT api/channels/{id}
      • DELETE api/channels/{id}
    • Channel for tenants
      • GET api/tenants/channels
      • POST api/tenants/customers/{customer_id}/channels
    • Customer
      • GET api/customers
      • POST api/customers
      • GET api/customers/{id}
      • PUT api/customers/{id}
      • DELETE api/customers/{id}
    • LiveEvent
      • GET api/live-events
      • POST api/live-events
      • GET api/live-events/{id}
      • PUT api/live-events/{id}
      • DELETE api/live-events/{id}
    • MediaContent
      • Download
      • PUT api/media-contents/{id}/uploaded
      • GET api/media-contents
      • POST api/media-contents
      • GET api/media-contents/{id}
      • PUT api/media-contents/{id}
      • DELETE api/media-contents/{id}
    • MediaContent Tags
      • GET api/tags
      • POST api/tags
      • GET api/tags/{tag}
      • PUT,PATCH api/tags/{tag}
      • DELETE api/tags/{tag}
      • GET api/media-contents/{mediaContent}/tags
      • POST api/media-contents/{mediaContent}/tags
      • DELETE api/media-contents/{mediaContent}/tags/{tag}
    • Plan
      • GET api/plans
      • POST api/plans
      • GET api/plans/{id}
      • PUT api/plans/{id}
      • DELETE api/plans/{id}
    • Publisher
      • GET api/channels/{channel_id}/publishers
        GET
      • POST api/channels/{channel_id}/publishers
        POST
      • GET api/channels/{channel_id}/publishers/{id}
        GET
      • PUT api/channels/{channel_id}/publishers/{id}
        PUT
      • DELETE api/channels/{channel_id}/publishers/{id}
        DELETE
    • Team member
      • GET api/team-members
      • POST api/team-members
      • GET api/team-members/{id}
      • PUT api/team-members/{id}
      • DELETE api/team-members/{id}
  1. Publisher

POST api/channels/{channel_id}/publishers

POST
/api/channels/{channel_id}/publishers

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Header Params

Body Params application/json

Examples

Responses

🟢200
text/plain
Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/api/channels/a1bde314-5a18-4d94-a4c2-ef3b151cc923/publishers' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"type":"youtube","custom":{"name":"gzwohlgrzbwlcrm","username":"eirqtjxpnjokzvm","password":"S8Zsi.QKnZSs\\=`","stream_key":"bsvwykwozhzsfqjlstrzlb"},"twitch":{"stream_key":"iiwkdiixofr","title":"iw","stream_url":"http:\/\/www.mcglynn.com\/voluptas-velit-aspernatur-nihil-voluptas-labore-nihil"},"icecast":{"name":"uaqsprktalceqkfubmtpfe","username":"syftqpxncjcllytafyvyw","password":"+^l.vmFqJmxZN;p`","host":"rqeuiubseoipqis","port":3287.3495,"mount":"jekxbjnomjbyjwuhoqoft"},"facebook":{"title":"oebnebcugk","description":"Dolorem earum et quia esse.","destination_id":"xqk","destination_name":"xdgvpkjylckeijmy","destination_type":"fpatlqmq","access_token":"aftneewfnzpjelxzjdpk","save_video":true},"youtube":{"title":"qetbxjaaxnlzdhnya","category":10,"description":"Adipisci beatae aut sint facilis et.","made_for_kids":false,"refresh_token":"hcfrzqncxmookh"}}'
Response Response Example
{"id":"a1ce7b1b-f7e3-4559-aa96-cc2d74e5f96f","type":"custom","name":""}
Previous
GET api/channels/{channel_id}/publishers
Next
GET api/channels/{channel_id}/publishers/{id}
Built with