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

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 request form is submitted it becomes a meeting request. Use this API to view forms, create meeting requests and track the status of meeting requests. **Legacy meeting request forms are not supported by this API.**

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

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

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), meeting-request (10 properties), MeetingRoomRequirement (10 properties), Document (7 properties). Each schema is shown below with its type and property counts.

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…
Link
object
Represents a link to a related resource.
1 property 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.
CustomFieldBase
object
Base schema for Custom Field - allows type to be customized by extending schemas
4 properties 2 required
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
SleepingRoomRequirement
object
The requirements of a sleeping room on the specified date.
6 properties 1 required
meeting-request-bulk-response
array
Created meeting requests.
SecondaryValue
string
The secondary value of the question. This can be the other answer of choice questions which have Other as an answer type.
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.
uuid-property
string
A string that has to be a format matching the industry standard uuid
CustomFieldType
string
The type of data collected by a custom field.
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
BudgetCategory
object
Denotes the category assigned to the budget item.
2 properties 1 required
Document
object
The base model for the document metadata.
7 properties 1 required
meeting-request-bulk-create
array
Meeting requests to create.
ErrorResponseBase1
object
Represents an error response with no additional details.
3 properties 2 required
MeetingRequestDocument
object
Document attached to a meeting request that can be downloaded.
meeting-request-document-paginated-response
object
Paginated collection of meeting request documents.
2 properties 2 required
BudgetSubCategory
object
This is used to denote the sub category for a budget.
2 properties
MeetingRequestBulkResponseItem
object
Represents a single meeting request that's returned as part of a bulk request call.
4 properties 2 required
MeetingRequestCustomField
object
Custom field for a meeting request.
12 properties 1 required
BudgetEstimate
object
The estimated budget of the Meeting Request.
3 properties
MeetingRoomAgendaItemType
Defines the agenda item types of a meeting room requirement.
meeting-request
object
A meeting request.
10 properties 3 required
QuestionType1
string
Denotes the type of data collected by a question.
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
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…
MeetingRequestCreate
object
A meeting request to create.
3 properties 2 required
meeting-request-paginated-response
object
Paginated collection of meeting requests.
2 properties 2 required
error-response
object
Represents an error response with additional details of cascading error messages.
1 property 2 required
CustomField
object
A Custom Field
1 property
MeetingRoomSetupType
Defines the setup types of a meeting room requirement.
MeetingRequestUpdate
object
An updated meeting request.
6 properties 1 required
PaginationLinks
object
Represents pagination links for navigating between pages of data.
3 properties
Paging
object
Represents pagination information for a collection of resources.
6 properties 1 required
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
meeting-request-form
object
A meeting request form.
5 properties 2 required
MeetingRoomRequirement
object
The requirement of a meeting room on the specified date.
10 properties 1 required
Audit
object
Audit information
4 properties
meeting-request-bulk-update
array
Meeting requests to update.
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-meeting-request-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 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.