Cloudbeds API

Unified, without walls.

Cloudbeds is the complete hospitality platform, and the open one. Extend it with an open, fully-documented API, GraphQL, real-time webhooks, and 450+ integration partners, so your tools work the way your hotel does.

20K+

Properties worldwide

450+

integration partners

100%

of endpoints available via the open API

Cloudbeds API
/ Extend with confidence

Come for the platform.
Stay for the possibilities.

Open

Connect your existing tools, automate workflows, or build something entirely your own using our open API, GraphQL, real-time webhooks, and modern developer documentation. Test against a full staging environment or our public Postman collection.

Unified

Build on shared guest, reservation, property, and operational data. Your integrations become part of the Cloudbeds platform instead of creating more disconnected systems to manage.

Built for scale

Extend Cloudbeds across one property, selected properties, or your entire portfolio. Group-level access, enterprise-grade security, published change logs, and 99.95%+ uptime give IT teams a platform they can standardize on.

What you can build

Integrations that extend a platform that works.

Not patches for gaps, enhancements on top of a system already running your hotel.

Run your portfolio your way

Use group-level access to connect systems and automate workflows across one, several, or all properties.

Create your own digital guest journey

Power custom websites, mobile experiences, kiosks, check-in flows, messaging, and upsells using live reservation and guest data.

Connect your operational systems

Keep POS, accounting, finance, and back-office systems aligned with the activity happening inside Cloudbeds.

Put revenue decisions into action

Send rates and inventory decisions from your revenue systems into Cloudbeds and connected distribution channels.

Automate work as it happens

Use real-time events to trigger actions when a reservation is created, changed, cancelled, checked in, or checked out.

Build experiences unique to your business

Connect proprietary applications and workflows without giving up the benefits of a unified hospitality platform.

API reference

Clear surfaces.
Every endpoint open.

  • Reservations, rooms, availability, folios, housekeeping, and group blocks.

  • Rate plans, availability, and restrictions for 450+ distribution channels.

  • Real-time event streams across reservations, payments, check-in/out, and more.

  • Charges, refunds, tokenization, and deposit workflows.

  • Guest profiles, preferences, stay history, and messaging.

  • OAuth 2.0, group-level credentials, and property-scoped access control.

  • REST-first services (Accounting, Guest Profile, Group Profile, Attribute Tagging), OAuth 2.0 authentication platform-wide, and a documented pagination model on every endpoint.

Explore the developer hub
API surfaces

One platform. One connected data foundation.

Most hotel tech stacks are stitched together with integrations. Cloudbeds isn’t. Every product runs on the same data model, giving you one guest, one reservation, and one source of truth. Build on our API and extend the platform, not the complexity.

Start Building
See what's possible

A platform built around Vacatia’s business.

Vacatia operates more than 60 resorts and 11,000 units, with complex owner, inventory, and distribution requirements that traditional hotel software was not designed to support.

  • 4,000 rooms migrated in four hours
  • 30 resorts managed overnight by four people
  • One scalable foundation across a complex portfolio

“The Cloudbeds API gave us full two-way sync between our PMS and our loyalty platform in a matter of weeks. The unified guest object meant we never had to build a merge layer.”

Kris Wallsmith, VP of Engineering, Vacatia

Read the case study
Vacatia resort

Your business is unique. Your platform should be too.

4K Rooms migrated in four hours, not weeks
30 Resorts managed overnight by four people
1 Scalable foundation across a complex portfolio

Connected Vacatia’s proprietary technology directly to Cloudbeds inventory and distribution

Built workflows around its unique resort and owner-management model.

Created a unified data foundation that can support future analytics and AI initiatives.

What they say

Kris Wallsmith

Vice President of Engineering

Vacatia

Alessio Ripanti

Owner

Leo Property Group

“We’re building on top of Cloudbeds because of the platform and the APIs.”

“As a software-oriented company, we use Cloudbeds’ APIs a lot. We found the API documentation very easy for our developers to use.”

20,000+

Properties on platform

450+

Certified integration partners

Best HMS award, 2022–2026

Trust and Reliability

The foundation your integrations can depend on

Reliable infrastructure, predictable APIs, and enterprise-grade security ensure every integration is built to last.

Security compliance

GDPR-compliant data handling. PCI DSS-certified payment flows. SOC 2 aligned operations. All data handled within contractual boundaries.

99.95%+ uptime

Published uptime targets with status monitoring. Platform stability is a product commitment, not a footnote in the terms of service.

Versioning & deprecation policy

Active API versioning with advance communication before any change. Deprecation timelines are published, you never wake up to a broken integration.

Group governance

Group-level API credentials let IT teams manage authentication and access scope across all properties from a single configuration, no per-property credential sprawl.

Integration partners

Already in the ecosystem?

Explore 450+ certified two-way integrations across POS, payments, revenue management, guest experience, and distribution. If it runs a hotel, it probably connects to Cloudbeds.

Browse the App Marketplace
Become a partner

Building something for hospitality?

Get certified, get listed, and get in front of 20,000+ properties. Certified partners get co-marketing support, early access to new APIs, and a dedicated partner success contact.

Apply for certification

Complete by default, open by design.

Talk to our integrations team, or go straight to the developer hub and start building.

Frequently asked questions

The Cloudbeds API is how you extend the platform instead of replacing pieces of it. It gives you open, two-way access to the same data model that runs Cloudbeds itself: one guest profile, one reservation, one ledger. Our newest services — Accounting, Guest Profile, Group Profile, and Attribute Tagging — are built REST-first, and the full platform is documented over HTTP with GraphQL support for flexible querying.

Anything that maps to a real workflow: a custom booking flow for your own site, app, or kiosk; POS and back-office sync so charges post automatically; guest-journey automation triggered off real-time reservation events; rate pushes from your RMS; or a build that works across your whole portfolio with one credential set. If you’re building for the industry rather than just your own properties, you can also package it and list it in the Cloudbeds Marketplace, in front of 20,000+ properties in 150+ countries.

100% of endpoints are available across six areas: Operations & Reservations, Payments, Distribution, Guest, Webhooks & Events, and Identity & Access. Because there’s one data model behind all of it, you’re always reading and writing the same guest, reservation, and ledger records the rest of the platform uses — not a separate copy that has to be reconciled later

Yes. Webhooks let your integration react the moment something changes in Cloudbeds — a new reservation, a rate update, a guest check-in — instead of polling or waiting on a batch sync. Combined with GraphQL, you can also query exactly the data you need in a single call rather than assembling it from several endpoints.

Yes — that’s a core part of the design, not a workaround. The group-level API gives you one set of credentials across one, several, or all properties in a portfolio, so IT and multi-property teams can standardize access and governance instead of managing separate keys per property.

Six steps: find the right API for your use case in the reference and guides, import the public Postman collection or spin up sandbox credentials at api.cloudbeds-stage.com to start testing immediately, authenticate via OAuth 2.0, request scoped production credentials, go through certification if you’re building for other hoteliers or the marketplace, and go live — either to your own properties or out to the full Cloudbeds network.

Yes. api.cloudbeds-stage.com is a full staging environment that mirrors production, so you can build and test without touching a live property. A public Postman collection is also available if you’d rather start making calls than start reading reference docs.

Yes — limits are published per credential set, and API responses include headers showing your remaining quota, so you can build retry and backoff logic around known limits rather than guesswork.