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 Event Cloud Housing API

RegLink APIs allow you to exchange data with Cvent Passkey events and hotel reservation-booking engines.Generally, there are four primary categories of functionality that RegLink APIs support: * **Sync Registrants.** Allow individual registrant information to be sent to Cvent Passkey, streamliningthe hotel reservation process for attendees. Attendees can then be directed to Passkey post-registration and reserve a hotel room without re-entering their data again. This is done with the reservation request endpoint. * **Fetch Rooms.** The ability for an external system to fetch Passkey event details and hotel roomavailability based on various criteria. * **Fetch Reservations.** The ability for an external system to fetch detailed reservation informationfor individual registrants. This is done with the Reservation endpoint and the Callback system. * **Manage Reservations.** The ability for an external system to create, modify or cancel a registrant'shotel reservation directly or indirectly.If you need authentication credentials or have any questions regarding the RegLink APIs, contact the [Cvent Passkey Integrations Team](https://web.cvent.com/survey/c6a60a30-d981-4ae8-af28-686af0eeb9b7/welcome).* **Passkey.** A software solution allowing your invitees to book room reservations directly with hotels.* **Housing Event.** An Passkey event where invitees will be able to register and book rooms.* **Reservation Request.** Represents a request to book rooms in the housing event.* **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync data between the two events.* **Callback.** [Passkey's callback system](https://developers.cvent.com/docs/passkey/REST/callbacks) allows for a push notification to be sent to your system when a reservation is created, modified or cancelled.

Cvent Event Cloud Housing API is one of 55 APIs that Cvent Event Cloud publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Housing. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 21 operations across 16 paths, and defines 70 schemas. It is described by OpenAPI 3.2.0, at version ea.

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

21 operations 16 paths 70 schemas 3 DELETE12 GET4 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 4

Cvent Event Cloud Housing API declares 4 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth2.authorizationCode) using the authorizationCode flow, exposing 205 scopes. It supports OAuth 2.0 (OAuth2.clientCredentials) using the clientCredentials flow, exposing 235 scopes. An API key is passed in the header as Authorization (CallbackApiKeyAuth). It accepts HTTP basic authentication (CallbackBasicAuth).

  • OAuth2.authorizationCode — OAuth2 Authorization Code Flow.
  • OAuth2.clientCredentials — OAuth2 Client Credentials Flow.
  • CallbackApiKeyAuth — This security scheme is used to indicate that Cvent should use API Key auth when invoking your callback. This scheme is only supported for callback operations,…
  • CallbackBasicAuth — This security scheme is used to indicate that Cvent should use basic auth when invoking your callback. This scheme is only supported for callback operations, a…

Paths & Operations 21

Across 16 paths, the API surfaces 21 operations — 3 DELETE, 12 GET, 4 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Housing 21

RegLink APIs allow you to exchange data with Cvent Passkey events and hotel reservation-booking engines. Generally, there are four primary categories of functionality that RegLink…

POST
/connections
Create Connection
createConnection 1 param → 200400401403429
GET
/housing-events/summaries
Get Housing Events Summaries
getHousingEventsSummaries 3 params → 200400401403429
GET
/housing-events/{housingEventId}
Get Housing Event Info
getHousingEventInfo 1 param → 200401403404429
GET
/housing-events/{housingEventId}/hotels
Get Housing Event Hotels
getHousingEventHotels 4 params → 200400401403404429
GET
/housing-events/{housingEventId}/hotels/{hotelId}
Get Housing Event Hotel
getHousingEventHotel 3 params → 200400401403404429
GET
/housing-events/{housingEventId}/hotels/{hotelId}/available-nights
Get Event Hotel Availability
getHousingEventHotelAvailability 5 params → 200400401403404429
GET
/housing-events/{housingEventId}/hotels/{hotelId}/room-types
Get Housing Event Room Types
getHousingEventRoomTypes 6 params → 200400401403404429
GET
/housing-events/{housingEventId}/hotels/{hotelId}/room-types/{roomTypeId}
Get Room Type Details
getRoomTypeDetails 4 params → 200400401403404429
GET
/housing-events/{housingEventId}/hotels/{hotelId}/room-types/{roomTypeId}/inventory
Get Room Type Inventory
getRoomTypeInventory 6 params → 200400401403404429
GET
/housing-events/{housingEventId}/inventory
Get Housing Event Inventory
getHousingEventInventory 4 params → 200400401403404429
GET
/housing-events/{housingEventId}/reservations
Get Housing Event Reservations
getHousingEventReservations 6 params → 200400401403404429
POST
/reservation-requests
Create Reservation Request
createReservationRequest body → 200400401403429
GET
/reservation-requests/{reservationRequestsId}
Get Reservation Request
getReservationRequest 1 param → 200401403404429
PUT
/reservation-requests/{reservationRequestsId}
Update Reservation Request
updateReservationRequest 1 param body → 200400401403404429
DELETE
/reservation-requests/{reservationRequestsId}
Cancel Reservation Request
cancelReservationRequest 1 param → 204400401403404429
POST
/reservation-requests/{reservationRequestsId}/reservations/{reservationId}
Link Reservation
linkReservation 2 params → 204400401403404429
DELETE
/reservation-requests/{reservationRequestsId}/reservations/{reservationId}
Unlink Reservation
unlinkReservation 2 params → 204400401403404429
POST
/reservations
Create Reservation
createReservation body → 200400401403429
GET
/reservations/{reservationId}
Get Reservation
getReservation 1 param → 200401403404429
DELETE
/reservations/{reservationId}
Cancel Reservation
cancelReservation 1 param → 204401403404429
PUT
/reservations/{reservationId}
Update Reservation
updateReservationSync 1 param body → 200400401403404429

Schemas 70

The contract defines 70 schemas that model the data the API accepts and returns. The most detailed are reservation-request (19 properties), available-night.json (14 properties), guest.json (14 properties), housing-event (12 properties). Each schema is shown below with its type and property counts.

new-reservation
object
Details about reservation.
3 properties 6 required
hotel-rating.json
string
The hotel's rating, used to classify the hotel's quality.
reservation-night-rate.json
object
Rate details for a single reservation night.
2 properties 2 required
room-inventory.json
object
Room inventory details for single night.
7 properties 4 required
credit-card-types.json
string
Credit card type.
booking-website-link.json
object
Unique URL for a guest to access a reservation in Passkey's booking tool.
custom-fields.json
object
Custom fields.
6 properties
ErrorResponse
object
Represents an error response with additional details of cascading error messages.
1 property 2 required
housing-event-hotels-list
object
List of hotels associated with a particular housing event.
2 properties 2 required
locale.json
string
Locale code
call-center-link.json
object
Unique URL for Passkey users (rather than guests) to access a reservation in Passkey's call center tool.
image-link.json
object
Image URL.
housing-event-room-types-list
object
List of room types.
2 properties
proximity.json
object
Proximity of the event venue to the hotel.
2 properties
housing-event-hotel
object
Hotel details including name, description, policies and IDs.
10 properties 4 required
room-attendee-type.json
object
Attendee type details specific to room.
2 properties
housing-event-id.json
object
Contains unique ID of the housing event.
1 property 1 required
guest.json
object
Guest details.
14 properties 1 required
connection-response
object
Connection response.
3 properties 3 required
payment-types.json
string
Payment type.
locale.json-0
string
Locale code in IETF language tag format.
error-response
object
Represents an error response with additional details of cascading error messages.
1 property 2 required
travel-details.json
object
Common object that holds travel details information.
3 properties
hotel-info.json
object
Hotel information.
1 property
max-guests.json
integer
Maximum number of guests the room can accommodate.
housing-event-summary-list
object
List of housing events with key information, providing a summarized view of each event.
2 properties 2 required
link.json
object
Represents a link to a related resource.
1 property 1 required
attendee-inventory.json
object
Inventory allocation for specific attendee type.
7 properties 2 required
room-id.json
object
Contains unique ID of the room.
1 property 1 required
room-type-id.json
object
Contains unique ID of the room type.
1 property 1 required
reservation-request
object
Contains information about reservation request record.
19 properties 2 required
available-night.json
object
Night availability details.
14 properties 10 required
reservation-guest.json
object
Guest details for confirmed reservation.
4 properties 5 required
tax-and-fee.json
object
A single tax or fee applicable to a room.
6 properties 6 required
existing-reservation
object
Details about existing reservation.
8 properties 12 required
housing-event
object
Information about housing event.
12 properties 19 required
reward-program.json
object
Represents reward program information.
2 properties 1 required
venue-address.json1
object
Address details for venue.
2 properties
address.json
object
Address details. Required to create/update a guest's reservation if the hotel/event requires an address in reservations.
8 properties
distance.json
object
Distance information.
2 properties 2 required
reservation-night.json
object
Reservation night details.
4 properties 3 required
reservations-paginated-response
object
Details list about existing reservations.
2 properties
tax-structure.json
object
Details about taxes and fees applicable to a room.
2 properties 2 required
inventory-details-list
object
List of inventory details for room type by night.
2 properties
paging.json
object
Represents pagination information for a collection of resources.
6 properties 1 required
available-nights
object
List of available room nights and the availabilities associated details.
2 properties
room-info.json
object
Room information.
1 property
reservation-payment-info.json
object
Payment information.
1 property
housing-event-statuses.json
string
Housing event status.
payment-info.json
object
Payment information.
5 properties
rooms-sort-type.json
string
Rooms sort type. CustomOrder: A user-defined sort order. PriceAscending: Data sorted with lowest price first. PriceDescending: Data sorted by highest price fir…
planner.json1
object
Planner details.
3 properties
additional-guest-fees.json
object
Details about additional fees for extra guests.
2 properties 2 required
venue.json1
object
Event venue details.
2 properties
ErrorResponseBase
object
Represents an error response with no additional details.
3 properties 2 required
room-type-details
object
Room type details.
8 properties 6 required
attendee-type.json
object
Attendee type details.
2 properties 3 required
hotel-id.json
object
Contains unique ID of the hotel.
1 property 1 required
night-rate.json
object
Rate details for single night.
2 properties 2 required
tokenized-credit-card.json
object
Credit card info.
4 properties 1 required
add-on.json
object
Common object that holds add-on information.
3 properties 1 required
currency.json1
string
ISO 4217 currency code.
other-payment.json
object
Other payment details.
6 properties
travel-departure-arrival.json
object
Common object that holds travel departure/arrival information.
3 properties
reservation-contact.json
object
Reservation contact details for this event.
4 properties
reservation-request-statuses.json
string
Reservation request status.
existing-reservation-request
object
Contains information about existing reservation request record.
4 properties 2 required
attendee-type-id.json
object
Contains the unique ID of the attendee type.
1 property 1 required
pagination-links.json
object
Represents pagination links for navigating between pages of data.
3 properties
display-rate.json
number
The room rate displayed to guests, which includes any fees configured to display in the hotel tax settings.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cvent-event-cloud-housing-api-openapi.yml Raw ↑

Other APIs Cvent Event Cloud publishes across the network.

Cvent Platform REST API (Event Cloud)
Cvent Event Cloud Attendees API
Cvent Event Cloud Contacts API
Cvent Event Cloud Events API
Cvent Event Cloud Sessions API
Cvent Event Cloud Appointments API
Cvent Event Cloud Attendee Activities API
Cvent Event Cloud Attendee Insights API
Cvent Event Cloud Attendee Messages API
Cvent Event Cloud Audience Segments API
Cvent Event Cloud Authentication API
Cvent Event Cloud Badge Print Job API
Where this information came from

This is an independent, third-party profile of Cvent Event Cloud Housing 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.