Live Events

v2

The Live Event API enables the management of live events, including creating, retrieving, updating, and deleting live events. It also provides endpoints for managing operator permissions, associated slates, and ancillary assets.


Key Features

  • Create and manage live events in your account.
  • Retrieve live event details by ID or search criteria.
  • Manage operator permissions for live event management.
  • Retrieve and list slates used for pre-, mid-, or post-event purposes.
  • Retrieve ancillary assets associated with live events.

Live Event Management

Use the following endpoints to manage live events and related configurations.

Available Endpoints

Endpoint

Description

Get List of Live Events GET /api2/liveevents2/list

Returns a list of LiveEvent2 objects based on search criteria.

Get Live Event(s)
GET /api2/liveevents2/get

Retrieves one or more specific live events from your account.

Create Live Event
POST /api2/liveevents2/create

Creates a new live event in your account.

Update Live Event
PATCH /api2/liveevents2/update

Modifies an existing live event in your account.

Delete Live Event(s)
DELETE /api2/liveevents2/delete

Deletes one or more live events from your account.

Get List of Authorized Accounts
GET /api2/liveevents2/operator/list

Retrieves the list of accounts authorized to operate live events on behalf of this account.

Get List of Slates
GET /api2/liveevents2/slate/list

Retrieves the list of slates designated for pre-, mid-, or post-event use.

Get Ancillary Assets
GET /api2/liveevents2/ancillary-assets

Retrieves assets associated with a live event.

Start Live Event
GET /api2/liveevents2/start

Starts a Live Event.

End Live Event
GET /api2/liveevents2/end

Ends a Live Event.

Resume Live Event
GET /api2/liveevents2/resume

Resumes a Live Event

Start Test Live Event
GET /api2/liveevents2/start-test

Starts testing a Live Event.

Complete Test Live Event
GET /api2/liveevents2/complete-test

Completes testing a Live Event.