1. LiveEvent
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
        GET
      • POST api/live-events
        POST
      • GET api/live-events/{id}
        GET
      • PUT api/live-events/{id}
        PUT
      • DELETE api/live-events/{id}
        DELETE
    • 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
      • POST api/channels/{channel_id}/publishers
      • GET api/channels/{channel_id}/publishers/{id}
      • PUT api/channels/{channel_id}/publishers/{id}
      • DELETE api/channels/{channel_id}/publishers/{id}
    • 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. LiveEvent

GET api/live-events

GET
/api/live-events

Request

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

Body Params application/json

Examples

Responses

🟢200
text/plain
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/live-events' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"customer_id":"{{CustomerId}}"}'
Response Response Example
[{"id":"a1ce7b1a-271c-414c-b936-7e773883c9be","title":"Quidem et debitis quaerat.","summary":"Voluptatem consequatur qui tenetur voluptas. Odio deleniti praesentium aperiam. Porro similique et quia aut et optio.","category":"Object-based foreground project","start":"2026-06-04T13:50:00.000000Z","end":"2026-06-04T15:50:00.000000Z","color":"DarkOliveGreen","type":null,"is_all_day":true,"is_recurring":false,"timezone":"UTC","recurrence_type":null,"repeat_by_days":null,"recurrence_end":null,"auto_start":false,"auto_stop":false,"auto_record":true,"channels":[],"url":"http:\/\/sauer.biz\/incidunt-quia-qui-provident-rem","is_paywalled":false,"channel_paywall_id":null},{"id":"a1ce7b1a-535a-41f4-ba0b-61187ad8cd64","title":"Nihil fugiat odio.","summary":"Non ut placeat ullam perspiciatis error. Provident optio saepe cum voluptatem natus ipsam. Repellat sint modi modi vel.","category":"User-centric asymmetric emulation","start":"2026-05-21T03:15:00.000000Z","end":"2026-05-21T05:15:00.000000Z","color":"Magenta","type":null,"is_all_day":false,"is_recurring":false,"timezone":"UTC","recurrence_type":null,"repeat_by_days":null,"recurrence_end":null,"auto_start":false,"auto_stop":false,"auto_record":true,"channels":[],"url":"https:\/\/murray.com\/sequi-velit-eum-dolor-vitae.html","is_paywalled":false,"channel_paywall_id":null}]
Previous
LiveEvent
Next
POST api/live-events
Built with