Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Expedia Group Room Type API

Manage room types

Expedia Group Room Type API is one of 15 APIs that Expedia Group publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Room Type. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 2 paths, and defines 18 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://services.expediapartnercentral.com/.

5 operations 2 paths 18 schemas 2 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Server
https://services.expediapartnercentral.com/
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

Expedia Group Room Type API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (Basic). By default, every request must be authenticated.

Paths & Operations 5

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

Room Type 5

Manage room types

GET
/properties/{propertyId}/roomTypes
Expedia Group Obtain a list of room types for a given property
getRoomTypes 1 param → 200default
POST
/properties/{propertyId}/roomTypes
Expedia Group Creates a new room type
createRoomType 1 param body → 201default
GET
/properties/{propertyId}/roomTypes/{roomTypeId}
Expedia Group Read a single room type from a given property
getRoomType 2 params → 200default
PUT
/properties/{propertyId}/roomTypes/{roomTypeId}
Expedia Group Modify an existing room type
updateRoomType 2 params body → 200default
PATCH
/properties/{propertyId}/roomTypes/{roomTypeId}
Expedia Group Patch an existing room type
patchRoomType 2 params body → 200default

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are RoomType (15 properties), NameAttributes (10 properties), ExtraBed (4 properties), RegistrationRecord (3 properties). Each schema is shown below with its type and property counts.

RoomType
object
15 properties 7 required
Link
object
1 property
Errors
object
1 property
BedOption
object
3 properties
RegulatoryRecords
object
2 properties
Bedroom
object
2 properties 2 required
ExtraBed
object
4 properties
Surcharge
object
2 properties 1 required
LivingRoom
object
2 properties
RoomTypeName
object
2 properties 2 required
Links
object
1 property
NameAttributes
object
10 properties 1 required
BedGroup
object
1 property
Occupancy
object
3 properties
AgeCategory
object
2 properties
RegistrationRecord
object
3 properties 1 required
ApiError
object
2 properties
Size
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

expedia-group-room-type-api-openapi.yml Raw ↑

Other APIs Expedia Group publishes across the network.

Expedia Group Bookings API
Expedia Group Content API
Expedia Group Deposit API
Expedia Group Geography API
Expedia Group Loyalty API
Expedia Group Manage Booking API
Expedia Group Notifications API
Expedia Group OrderPurchaseScreen API
Expedia Group OrderPurchaseUpdate API
Expedia Group Property API
Expedia Group Rate Plan API
Expedia Group Rate Verification Thresholds API