API Reference

Review the components of the Direct Booking API and learn how each one is used to support your integration with SiteMinder.

Authentication for this API is handled via an Access Key, generated in the Multi-Property Platform. To generate this key, an Admin User must move to the API tab in Direct Booking page.

Direct Booking API Endpoints

  • GET Properties: Retrieve a paginated list of all properties in your group

  • GET Property: Retrieve additional details for a property

  • GET Room Types: Retrieve a paginated list of all room types for a specified property

  • GET Room Rates: Retrieve a paginated list of all room rates for a specified property

  • GET Quotes: Retrieve pricing and availability for active room rates of a specified property, with a breakdown of details per date of the stay.

Domain

The endpoint is hosted on https://directbooking.siteminder.com/public-api/api

Pagination

Endpoints which can have more than one response offer pagination. To override pagination and return all results at once. Note: This may impact the API response time

Last updated

Was this helpful?