Cloudbeds · JSON Structure
Cloudbeds Reservation Structure
A Cloudbeds reservation representing a guest stay across one or more rooms at a Cloudbeds-managed property.
Type:
Properties: 0
HospitalityHotelsPMSProperty ManagementChannel ManagerBooking EnginePayments
Reservation is a JSON Structure definition published by Cloudbeds.
Meta-schema:
JSON Structure
{
"name": "Reservation",
"description": "A Cloudbeds reservation representing a guest stay across one or more rooms at a Cloudbeds-managed property.",
"fields": [
{ "name": "reservationID", "type": "string", "required": true, "description": "Cloudbeds reservation identifier" },
{ "name": "propertyID", "type": "string", "required": true, "description": "Cloudbeds property identifier" },
{ "name": "guestID", "type": "string", "required": false, "description": "Primary guest identifier" },
{ "name": "guestName", "type": "string", "required": false, "description": "Primary guest full name" },
{ "name": "status", "type": "string", "required": true, "description": "Status: confirmed, not_confirmed, in_house, checked_out, cancelled, no_show" },
{ "name": "source", "type": "string", "required": false, "description": "Booking source channel (direct, booking_com, expedia, airbnb, etc.)" },
{ "name": "startDate", "type": "date", "required": true, "description": "Check-in date" },
{ "name": "endDate", "type": "date", "required": true, "description": "Check-out date" },
{ "name": "rooms", "type": "array<object>", "required": false, "description": "Rooms reserved with roomID, roomTypeID, adults, children, ratePlanID" },
{ "name": "subtotal", "type": "number", "required": false, "description": "Reservation subtotal before taxes and fees" },
{ "name": "taxes", "type": "number", "required": false, "description": "Total taxes applied" },
{ "name": "total", "type": "number", "required": false, "description": "Total reservation amount" },
{ "name": "currency", "type": "string", "required": false, "description": "ISO 4217 currency code" },
{ "name": "balance", "type": "number", "required": false, "description": "Outstanding balance owed" },
{ "name": "dateCreated", "type": "datetime", "required": false, "description": "Creation timestamp" },
{ "name": "dateModified", "type": "datetime", "required": false, "description": "Last modification timestamp" }
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/cloudbeds-reservation-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.