Event
Create an event
This endpoint allows you to create an Event.
post/1/videos/{channel}/events
Path parameters
channelinteger required
The unique identifier (ID) of the channel to request.
Query parameters
account_idinteger required
Account identifier
The account identifier
Request body
Example request
{
"access_country": "\"Hello world ! 😊\"",
"live_playlist_id": "36a88b90-902f-4132-aed3-7f4e2a680e94",
"live_playlist_inactive_name": "\"Hello world ! 😊\"",
"name": "My first event",
"record_name": "\"Hello world ! 😊\"",
"timezone": "\"Hello world ! 😊\""
}Response
Created
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.