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
        POST
      • getApiLiveEventsId
        GET
      • deleteApiLiveEventsId
        DELETE
      • getApiLiveEvents
        GET
      • putApiLiveEventsId
        PUT
    • 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
      • 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

postApiLiveEvents

POST
/api/live-events

Request

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

Examples

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/api/live-events' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
    "title": "eyqqoegelukjzhlgsxasmg",
    "summary": "ggyx",
    "category": "autem",
    "start": "2026-05-18T05:26:46",
    "end": "2103-02-06",
    "color": "aut",
    "auto_start": true,
    "auto_stop": false,
    "auto_record": true,
    "custom_email_template": false,
    "email_subject": "inwtnxmakznwichmaac",
    "email_body": "kyccle",
    "recurrence_type": "voluptatem",
    "repeat_by_days": [
        "laboriosam"
    ],
    "end_date": "2125-06-30",
    "channels": [
        "6239da71-3c7b-3f6d-9200-e31c4d14468e"
    ],
    "is_paywalled": true,
    "channel_paywall_id": "perspiciatis"
}'
Response Response Example
{
    "id": "a1ce7b1a-8bf2-4886-bc1e-59eea3105883",
    "title": "Illum ut.",
    "summary": "Qui et alias temporibus veniam. In ratione aut qui qui distinctio quo est.",
    "category": "Quality-focused context-sensitive access",
    "start": "2026-05-30T16:39:00.000000Z",
    "end": "2026-05-30T18:39:00.000000Z",
    "color": "DarkGray",
    "type": null,
    "is_all_day": false,
    "is_recurring": true,
    "timezone": "UTC",
    "recurrence_type": null,
    "repeat_by_days": null,
    "recurrence_end": null,
    "auto_start": true,
    "auto_stop": false,
    "auto_record": true,
    "channels": [],
    "url": "http://www.terry.biz/minus-voluptatem-qui-et-dolorem",
    "is_paywalled": false,
    "channel_paywall_id": null
}
Previous
deleteApiCustomersId
Next
getApiLiveEventsId
Built with