cloudbeds-api
Installation
SKILL.md
Cloudbeds API
Cloudbeds is a hospitality platform (PMS, booking engine, channel manager, payments, BI). Its public API surface spans several REST products that share a common auth system but differ in path style, request format, and error envelope.
API product inventory
| API | Base URL | Path style | Request body |
|---|---|---|---|
| PMS Classic v1.3 (current) | https://api.cloudbeds.com/api/v1.3/ |
RPC-style (/postReservation) |
application/x-www-form-urlencoded |
| PMS Classic v1.2 | https://api.cloudbeds.com/api/v1.2/ |
RPC-style | form-urlencoded |
| PMS v2 (modular) | https://api.cloudbeds.com/ |
REST (/addons/v1/addons) |
application/json |
| Accounting v1.0 | https://api.cloudbeds.com/accounting/v1.0/ |
REST | JSON |
| Data Insights v1.1 | https://api.cloudbeds.com/datainsights/v1.1/ |
REST | JSON |
| Group Profile v1.0 | https://api.cloudbeds.com/group-profile/v1/ |
REST | JSON |
| Fiscal Documents v1 | https://api.cloudbeds.com/fiscal-document/v1/ |
REST | JSON |
| Pay-By-Link v2 | https://api.cloudbeds.com/payments/v2/pay-by-link |
REST | JSON |
| Payments Vault v1 | https://api.payments.cloudbeds.com/vault/v1/ |
REST | JSON |
| OTA Build-To-Us v5.3 | partner-hosted (https://api.your-ota.com/cloudbeds) |
RPC-style | JSON |