How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cvent Webcasts API

Webcasts are virtual or livestreaming components of your Cvent events. Use these APIs to integrate your virtual events from outside sources into your Cvent workflows, create and delete webcasts from within Cvent, and retrieve and update webcast details.

Cvent Webcasts API is one of 65 APIs that Cvent publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webcasts. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 11 operations across 6 paths, and defines 40 schemas. It is described by OpenAPI 3.0.2, at version ea.

Requests are made against 2 base URLs: https://api-platform.cvent.com/ea, https://api-platform-eur.cvent.com/ea.

11 operations 6 paths 40 schemas 2 DELETE5 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
ea
Base URL
https://api-platform.cvent.com/ea
Authentication
OAuth 2.0, OAuth 2.0
Resource Areas
1

Authentication & Security 2

Cvent Webcasts API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth2.clientCredentials) using the clientCredentials flow, exposing 238 scopes. It supports OAuth 2.0 (OAuth2.authorizationCode) using the authorizationCode flow, exposing 208 scopes.

  • OAuth2.clientCredentials — OAuth2 Client Credentials Flow.
  • OAuth2.authorizationCode — OAuth2 Authorization Code Flow.

Paths & Operations 11

Across 6 paths, the API surfaces 11 operations — 2 DELETE, 5 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Webcasts 11

Webcasts are virtual or livestreaming components of your Cvent events. Use these APIs to integrate your virtual events from outside sources into your Cvent workflows, create and d…

POST
/webcasts
Create Webcast
createWebcast body → 200400401403409429
GET
/webcasts
List Webcasts
listWebcasts 5 params → 200400401403429
GET
/webcasts/attendee-links
List Attendee Links
listAttendeeLinks 5 params → 200400401403429
GET
/webcasts/players
List Players
listPlayers 5 params → 200400401403429
GET
/webcasts/{id}
Get Webcast
getWebcastById 1 param → 200400401403404429
DELETE
/webcasts/{id}
Delete Webcast
deleteWebcast 1 param → 204401403404429
PUT
/webcasts/{id}
Update Webcast
updateWebcast 1 param body → 200400401403404409429
POST
/webcasts/{id}/attendee-links
Create Attendee Link
createAttendeeLinks 1 param body → 207400401403404429
PUT
/webcasts/{id}/attendee-links
Update Attendee Link
updateAttendeeLinks 1 param body → 207400401403404429
GET
/webcasts/{id}/attendee-linksdeprecated
List Attendee Links
listWebcastAttendeeLinks 6 params → 200400401403404429
DELETE
/webcasts/{id}/attendee-links/{attendeeLinkId}
Delete Attendee Link
deleteAttendeeLink 2 params → 204401403404429

Schemas 40

The contract defines 40 schemas that model the data the API accepts and returns. The most detailed are webcast (20 properties), player (10 properties), live-stream (7 properties), attendee-link (6 properties). Each schema is shown below with its type and property counts.

Link
object
Represents a link to a related resource.
1 property 1 required
existing-attendee-link
object
An existing attendee link.
1 property 1 required
Format
string
This is used to denote the format of a webcast
WebcastLink
object
Link details for a webcast.
2 properties
PlayerTypeProvider
string
This is used to denote the type of a video player used for the Cvent Video Player
player-paginated-response
object
The response from a request to get the list of players. This includes the paging object as well as the collection of players.
2 properties 2 required
SolutionType
string
This is used to denote the solution type to be used for webcast. The 'Cvent Video Conferencing' refers to the video experience which links out the Attendee hub…
WebcastProvider
string
Name of the webcast provider.
WebcastType
string
This is used to denote the type of a webcast
existing-player
object
An existing webcast player.
1 property
existing-webcast
object
An existing webcast.
1 property
AttendeeLinkBulkResponseItem
object
This entity is used to represent a single item that is returned as part of a bulk request call.
1 property
ErrorResponseBase1
object
Represents an error response with no additional details.
3 properties 2 required
WebcastStatus
string
This is used to denote the status of a webcast
LiveStreamStatus
string
This is used to denote the status of the stream
attendee-link-paginated-response
object
The response from a request to get the list of attendee links. This includes the paging object as well as the collection of attendee links.
2 properties 2 required
PlayerType
string
This is used to denote the type of a video player
UUIDProperty
string
A string that has to be a format matching the industry standard uuid
attendee-link
object
An attendee link.
6 properties 2 required
Schedule
object
A scheduled action.
3 properties
bulk-attendee-link
array
Collection of attendee links.
webcast
object
A webcast
20 properties
UUID
object
The reference to the related entity. Contains only the ID of the related entity.
1 property 1 required
live-stream
object
A webcast Live Stream.
7 properties
LiveStreamSession
object
Provides information about the livestream's current streaming session
1 property
ErrorResponse-12
object
Represents an error response with additional details of cascading error messages.
1 property 2 required
Region1
string
Region where the live stream originates. Although, the value is consumed for IVS livestreams the requested origin is actually ignored due to IVS' global data p…
BulkResponseItem
object
Represents a single item that is returned as part of a Bulk request call.
4 properties 2 required
LiveStreamRecording
object
Provides information about the livestream's recording
2 properties
bulk-existing-attendee-link
array
Collection of existing attendee links.
PaginationLinks
object
Represents pagination links for navigating between pages of data.
3 properties
webcast-links
object
webcast link references
4 properties
Paging
object
Represents pagination information for a collection of resources.
6 properties 1 required
webcast-paginated-response
object
The response from a request to get the list of webcasts. This includes the paging object as well as the collection of webcasts.
2 properties 2 required
player
object
A Webcast player details.
10 properties
LiveStreamRecordingStatus
string
This is used to denote the status of the live stream recording job
ScheduleAction
string
This is used to denote the action to perform with the scheduled task
WebcastHostLink
object
Link details for a webcast host.
3 properties
Audit
object
Audit information
4 properties
attendee-link-bulk-response
array
Collection of attendee linking responses.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cvent-webcasts-api-openapi.yml Raw ↑

Other APIs Cvent publishes across the network.

Cvent REST API
Cvent Webhooks API
Cvent Supplier Network (CSN) API
Cvent Passkey RegLink API
Cvent SOAP API (Legacy)
Cvent Custom Widgets API
Cvent Single Sign-On (SSO) Integration
Cvent White Label API
Cvent Salesforce App
Cvent Attendees API
Cvent Contacts API
Cvent Events API
Where this information came from

This is an independent, third-party profile of Cvent Webcasts API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.