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 Speakers API

Speakers are individuals presenting at your event's session(s). Use Speaker APIs to read existing speaker data, create new speakers or update existing speakers in your events.

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

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

This API exposes 19 operations across 11 paths, and defines 36 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.

19 operations 11 paths 36 schemas 4 DELETE7 GET4 POST4 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 Speakers 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 19

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

Speakers 19

Speakers are individuals presenting at your event's session(s). Use Speaker APIs to read existing speaker data, create new speakers or update existing speakers in your events.

GET
/program-items/speakers
Get Session Program Speakers
getSessionProgramSpeakers 3 params → 200400401403429
POST
/program-items/speakers/filter
List Session Program Speakers
listSessionProgramSpeakersPostFilters 5 params body → 200400401403429
PUT
/program-items/{programItemId}/speakers/{id}
Add Session Program Speaker
createSessionProgramSpeaker 2 params → 200401403404409429
GET
/program-items/{programItemId}/speakers/{id}
Get Session Program Speaker
getSessionProgramSpeaker 2 params → 200401403404429
DELETE
/program-items/{programItemId}/speakers/{id}
Delete Session Program Speaker
deleteSessionProgramSpeaker 2 params → 204401403404429
GET
/speaker-categories
List Speakers Categories
listSpeakersCategories 4 params → 200400401403429
POST
/speaker-categories
Create Speaker Category
addSpeakerCategory body → 201400401403429
GET
/speakers
List Speakers
listSpeakers 5 params → 200400401403429
POST
/speakers
Create Speaker
createSpeaker body → 201400401403429
POST
/speakers/filter
List Speakers
listSpeakersPostFilter 4 params body → 200400401403429
PUT
/speakers/{id}
Update Speaker
updateSpeaker 1 param body → 200400401403404429
DELETE
/speakers/{id}
Delete Speaker
deleteSpeaker 1 param → 204401403404429
GET
/speakers/{id}/docs
List Speaker's Documents
listSpeakerDocs 4 params → 200400401403404429
GET
/speakers/{id}/docs/{fileId}
Get a document for a speaker
getSpeakerDoc 2 params → 200401403404429
PUT
/speakers/{id}/docs/{fileId}
Add Document To Speaker
addSpeakerDoc 2 params → 200401403404429
DELETE
/speakers/{id}/docs/{fileId}
Delete Document From Speaker
deleteSpeakerDocument 2 params → 204401403404429
DELETE
/speakers/{id}/profile-images
Delete Speaker Profile Picture
deleteSpeakerProfileImage 1 param → 204401403404429
PUT
/speakers/{id}/profile-images
Assign Speaker Profile Picture
assignSpeakerProfileImage 1 param body → 200400401403404429
GET
/speakers/{id}/sessions
List Speaker's Sessions
listSpeakerSessions 3 params → 200400401403404429

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are speaker (16 properties), speaker-file (6 properties), Paging (6 properties), speaker-program-item (5 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
EventId
string
The unique identifier for an event.
ProgramItemId
string
The unique identifier for a program item.
ProgramItemLite
object
The unique identifier of a program item.
1 property 1 required
speaker-file
object
A file reference related to a speaker.
6 properties 2 required
uuid-property
string
A string that has to be a format matching the industry standard uuid
SessionId
string
The unique identifier for a session.
speaker-paginated-response
object
The response from a request to get the list of speakers. This includes the paging object as well as the collection of speakers.
2 properties 2 required
SessionLite
object
The unique identifier of a session.
1 property 1 required
SpeakerId
string
The unique identifier for a speaker.
filter
object
A filter which is sent through the body of the request.
1 property
existing-speaker-category
object
An existing speaker category.
2 properties 1 required
ErrorResponseBase1
object
Represents an error response with no additional details.
3 properties 2 required
EventLite
object
The unique identifier of an event.
1 property 1 required
program-item-speaker-paginated-response
object
The response from a request to get the list of program item speakers.
2 properties 2 required
SpeakerLite
object
The unique identifier of a speaker.
1 property 1 required
ContactLinks
object
Collection of social media links for the contact.
4 properties
speaker-program-item
object
Represents a program item object that will be added to a speaker.
5 properties 4 required
NamedObject
object
A Named object
2 properties
speaker-category
object
A speaker category.
1 property
SpeakerCategory
object
A defined speaker category.
2 properties 1 required
Relevance
number
Returned when the match filter is applied. Indicates how relevant the match filter term is to the search result. Larger numbers represent higher relevance with…
speaker-document-paginated-response
object
The response from a request to get the list of documents for a single speaker. This includes the paging object as well as the collection of documents.
2 properties 2 required
speaker-session-paginated-response
object
The response from a request to get the list of speaker sessions. This includes the paging object as well as the collection of speaker sessions.
2 properties 2 required
PaginationLinks
object
Represents pagination links for navigating between pages of data.
3 properties
SpeakerLite1
object
The unique identifier of a speaker.
1 property 1 required
Paging
object
Represents pagination information for a collection of resources.
6 properties 1 required
existing-speaker
object
An existing, event speaker.
3 properties
baseErrorResponse
object
Represents an error response with additional details of cascading error messages.
1 property 2 required
SpeakerId1
string
The unique identifier for a speaker.
speaker-category-paginated-response
object
The response from a request to get the list of speaker categories. This includes the paging object as well as the collection of speaker categories.
2 properties 2 required
speaker
object
An event speaker.
16 properties 3 required
SpeakerSession
object
A speaker to session relationship.
3 properties
Locale
string
Locale code
Audit
object
Audit information
4 properties
ErrorResponse-12
object
Represents an error response with additional details of cascading error messages.
1 property 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cvent-speakers-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 Speakers 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.