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 Venue Meeting Rooms API

Create and maintain a venue’s meeting rooms, their capacities and amenities, and the images associated with them. Delivered as the Venue Meeting Rooms tag of the unified Cvent REST API — 8 operation(s) at https://api-platform.cvent.com/ea, OAuth 2.0 secured.

Cvent Venue Meeting Rooms API is one of 16 APIs that Cvent Hospitality Cloud publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Venues, Meeting Rooms, and Catering. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 8 operations across 6 paths, and defines 26 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.

8 operations 6 paths 26 schemas 1 DELETE3 GET1 PATCH1 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 Venue Meeting Rooms 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 8

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

Venue Meeting Rooms 8

Manage meeting rooms for a venue, including creating and updating room details, configuring capacities and amenities, and associating images.

POST
/venues/{venueId}/meeting-rooms
Create Meeting Room
createMeetingRoom 1 param body → 201400401403404429
GET
/venues/{venueId}/meeting-rooms/overviews
List Meeting Rooms Overviews
listMeetingRoomsOverviews 4 params → 200400401403404429
PUT
/venues/{venueId}/meeting-rooms/{meetingRoomId}
Update Meeting Room
updateMeetingRoom 2 params body → 200400401403404429
PATCH
/venues/{venueId}/meeting-rooms/{meetingRoomId}
Patch Meeting Room
patchMeetingRoom 2 params body → 200400401403404429
PUT
/venues/{venueId}/meeting-rooms/{meetingRoomId}/images
Associate Meeting Room Image
associateMeetingRoomImage 2 params body → 200400401403404429
GET
/venues/{venueId}/meeting-rooms/{meetingRoomId}/images
List Meeting Room Images
listMeetingRoomImages 2 params → 200401403404429
DELETE
/venues/{venueId}/meeting-rooms/{meetingRoomId}/images/{imageId}
Remove Meeting Room Image
disassociateMeetingRoomImage 3 params → 204401403404429
GET
/venues/{venueId}/meeting-rooms/{meetingRoomId}/overview
Get Meeting Room Overview
getMeetingRoomOverview 2 params → 200401403404429

Schemas 26

The contract defines 26 schemas that model the data the API accepts and returns. The most detailed are meetingRoom (9 properties), patchMeetingRoom (9 properties), Paging (6 properties), Audit (4 properties). Each schema is shown below with its type and property counts.

PaginationLinks
object
Represents pagination links for navigating between pages of data.
3 properties
ErrorResponseBase1
object
Represents an error response with no additional details.
3 properties 2 required
MeetingRoomSeatingCapacity
object
Maximum number of attendees for a specific seating style in a meeting room.
2 properties 2 required
meetingRoomsOverviewResponse
object
Paginated overview of meeting rooms for a venue.
2 properties 1 required
meetingRoom
object
A venue meeting room.
9 properties 2 required
ErrorResponse-12
object
Represents an error response with additional details of cascading error messages.
1 property 2 required
Paging
object
Represents pagination information for a collection of resources.
6 properties 1 required
meetingRoomImagesResponse
object
The images associated with a meeting room. Each meeting room has at most one image.
1 property
MeetingRoomAmenity
string
Available amenities for a meeting room.
meetingRoomImageAssociationResponse
object
Response body after successfully associating an image with a meeting room.
VenueID
string
A unique identifier for a venue
Audit
object
Audit information
4 properties
existingMeetingRoom
object
An existing venue meeting room with read-only generated properties.
1 property 1 required
MeetingRoomExhibitCapacity
object
Maximum number of exhibits for a specific exhibit layout type in a meeting room.
2 properties 2 required
patchMeetingRoom
object
Partial update payload for a venue meeting room.
9 properties
meetingRoomImage
object
The image associated with a meeting room.
2 properties 2 required
Link
object
Represents a link to a related resource.
1 property 1 required
SeatingLayoutType
string
The seating arrangement style for a meeting room. Values represent standard event industry seating configurations.
ExhibitLayoutType
string
The exhibit setup type for a meeting room. Values represent standard exhibit booth and display configurations.
MeetingRoomCapacities
object
Capacity information for a meeting room, grouped by category.
2 properties
Dimension
object
A dimension measurement in feet or meters.
2 properties 2 required
RateApplicationType
string
How the rate is applied to the meeting room booking. Values: - COMPLIMENTARY — Complimentary - INCLUDED — Included - ONETIMEFEE — One-Time Fee - PERDAY — Per D…
AreaMeasurement
object
Measurement of area in square feet or square meters.
2 properties 2 required
meetingRoomOverview
object
An overview of a venue meeting room containing key identifiers and display properties.
4 properties 2 required
MeetingRoomRate
object
Meeting room rate with a value and application type.
2 properties 2 required
meetingRoomImageAssociationRequest
object
Request body for associating an uploaded image file with a meeting room.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cvent-hospitality-cloud-venue-meeting-rooms-openapi.yml Raw ↑

Other APIs Cvent Hospitality Cloud publishes across the network.

Cvent Passkey RegLink API
Cvent Platform REST API (Hospitality)
Cvent SOAP Web Services API (V200611)
Cvent RFP Management API
Cvent RFP Requirements API
Cvent RFP Suppliers API
Cvent RFP Additional Details API
Cvent Proposal Draft API
Cvent Venue Profiles API
Cvent Meeting Request API
Cvent Travel RFPs API
Cvent Travel Suppliers API
Where this information came from

This is an independent, third-party profile of Cvent Venue Meeting Rooms 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.