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 Meeting Request API

Meeting request forms and the requests submitted against them, plus the documents attached to a request. Delivered as the Meeting Request tag of the unified Cvent REST API — 8 operation(s) at https://api-platform.cvent.com/ea, OAuth 2.0 secured.

Cvent Meeting Request 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 Meeting Requests, Sourcing, and Event. 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 41 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 41 schemas 6 GET1 POST1 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 Meeting Request 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 — 6 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Meeting Request 8

When planning an event, meeting request forms are customizable online questionnaires to capture information about the event and facilitate the approval of events. When a meeting r…

GET
/events/{id}/meeting-requests
Get MR by Event ID
getMeetingRequestByEventId 1 param → 200401403404429
GET
/meeting-request-forms
List MR Forms
listMRF 3 params → 200400401403429
GET
/meeting-request-forms/{id}
Get MR Form
getMRFById 1 param → 200401403404422429
POST
/meeting-request-forms/{id}/requests
Create MR (Bulk)
createMeetingRequest 2 params body → 207400401403404429
PUT
/meeting-request-forms/{id}/requests
Update MR (Bulk)
updateMeetingRequest 2 params body → 207400401403404429
GET
/meeting-request-forms/{id}/requests
List MR
listMeetingRequest 6 params → 200400401403404429
GET
/meeting-request-forms/{id}/requests/{requestId}
Get MR
getMeetingRequestById 2 params → 200401403404429
GET
/meeting-requests/{requestId}/documents
List MR Documents
listMeetingRequestDocuments 5 params → 200400401403404429

Schemas 41

The contract defines 41 schemas that model the data the API accepts and returns. The most detailed are MeetingRequestCustomField (12 properties), MeetingRoomRequirement (10 properties), meeting-request (10 properties), MeetingRequestQuestion (7 properties). Each schema is shown below with its type and property counts.

error-response
object
Represents an error response with additional details of cascading error messages.
1 property 2 required
PaginationLinks
object
Represents pagination links for navigating between pages of data.
3 properties
CustomFieldBase
object
Base schema for Custom Field - allows type to be customized by extending schemas
4 properties 2 required
ErrorResponseBase1
object
Represents an error response with no additional details.
3 properties 2 required
BudgetCostType
string
Denotes the cost type of a budget item. FIXED costs stay the same regardless of quantity. VARIABLE costs are based on a quantity.
meeting-request-document-paginated-response
object
Paginated collection of meeting request documents.
2 properties 2 required
BudgetCategory
object
Denotes the category assigned to the budget item.
2 properties 1 required
ErrorResponse-12
object
Represents an error response with additional details of cascading error messages.
1 property 2 required
MeetingRoomAgendaItemType
Defines the agenda item types of a meeting room requirement.
AnswerType1
string
Indicates the type of the answer, which determines how the value and secondaryValue fields are interpreted. Set to "Other" when the question has the "Other" ch…
MeetingRequestQuestion
object
A question and its answer for a meeting request. Some questions have fixed, well-known IDs that are the same across all accounts. Use the type field or the que…
7 properties 2 required
Paging
object
Represents pagination information for a collection of resources.
6 properties 1 required
MeetingRequestStatus
string
The user-defined status of the meeting request. Possible statuses for requests are defined by the user at meeting request form creation.
MeetingRequestDocumentReferenceLink
object
A reference link contains the URL that provides direct access to download the file for the document. The expiration of the URL can be included if applicable.
2 properties
MeetingRequestCustomField
object
Custom field for a meeting request.
12 properties 1 required
MeetingRequestBulkResponseItem
object
Represents a single meeting request that's returned as part of a bulk request call.
4 properties 2 required
meeting-request-bulk-update
array
Meeting requests to update.
Audit
object
Audit information
4 properties
MeetingRoomRequirement
object
The requirement of a meeting room on the specified date.
10 properties 1 required
meeting-request-bulk-response
array
Created meeting requests.
BudgetSubCategory
object
This is used to denote the sub category for a budget.
2 properties
CustomFieldType
string
The type of data collected by a custom field.
SleepingRoomRequirement
object
The requirements of a sleeping room on the specified date.
6 properties 1 required
MeetingRoomSetupType
Defines the setup types of a meeting room requirement.
MeetingRequestUpdate
object
An updated meeting request.
6 properties 1 required
meeting-request-bulk-create
array
Meeting requests to create.
BudgetEstimate
object
The estimated budget of the Meeting Request.
3 properties
meeting-request-paginated-response
object
Paginated collection of meeting requests.
2 properties 2 required
BudgetCostDetail1
object
The budget entry in detail, which consists of the budget category or sub-category, the number of units, the cost per unit, and the total amount.
5 properties
uuid-property
string
A string that has to be a format matching the industry standard uuid
Link
object
Represents a link to a related resource.
1 property 1 required
QuestionType1
string
Denotes the type of data collected by a question.
Document
object
The base model for the document metadata.
7 properties 1 required
CompositeValue
The structured representation of a complex question answer. Contains the same data as value, parsed into typed objects instead of JSON-serialized strings. This…
SecondaryValue
string
The secondary value of the question. This can be the other answer of choice questions which have Other as an answer type.
MeetingRequestDocument
object
Document attached to a meeting request that can be downloaded.
meeting-request-form-paginated-response
object
The response from a request to get the list of meeting request forms. This includes the paging object as well as the collection of meeting request forms.
2 properties 2 required
MeetingRequestCreate
object
A meeting request to create.
3 properties 2 required
meeting-request
object
A meeting request.
10 properties 3 required
meeting-request-form
object
A meeting request form.
5 properties 2 required
CustomField
object
A Custom Field
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cvent-hospitality-cloud-meeting-requests-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 Venue Meeting Rooms API
Cvent Travel RFPs API
Cvent Travel Suppliers API
Where this information came from

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