Public API baseline
Use FullHotel public APIs for three main flows:
- Availability and quoting
- Reservation create or update
- Public self check-in session handling
Stable perimeter
Document only what is public and stable:
/api/v1/booking/*/api/v1/checkin/*- selected public webhooks
Internal admin, tenant backoffice, billing, RBAC and authority internals are intentionally excluded.
Rate limits
Public endpoints are protected by throttling. Integrations should:
- Retry only on transient failures
- Cache availability queries when possible
- Avoid burst traffic on identical payloads
Sandbox and rollout
Use a demo tenant or a staged tenant with real plan features enabled before going live.