Docs
Guest Talk technical documentation.
The Guest Talk API is a REST API secured by long-lived API keys and short-lived OAuth 2.0 tokens for on-behalf-of flows. This section is written for engineers building integrations, whether an in-house connector to your PMS-adjacent tooling or a marketplace app for other Guest Talk customers.
REST API reference
Authenticated endpoints, resource models, pagination, sorting, filtering, idempotency and versioning.
Webhooks
Event catalogue, delivery guarantees, retry policy, signature verification and testing tools.
Rate limits
Read plane and write plane limits, burst allowances, per-workspace and per-key ceilings, upgrade path for enterprise.
Error codes
Enumerated error codes returned by the API, their causes, and the correct client action.
Getting an API key
API keys are issued per workspace by the Owner or General Manager role from Settings > API keys. Each key is scoped to specific resource families (reservations, guests, rates, messages, reports) and specific operations (read, write). Keys are stored as bcrypt hashes; only the last four characters are visible after creation.
Base URL and versioning
Base URL: https://api.talkg.fabriza.org/v1. API versions are pinned in the URL; breaking changes create a new version (v2, v3). Non-breaking changes (new fields, new endpoints, new optional parameters) are added in place. We commit to supporting each API version for a minimum of 24 months from the release of its successor.
Support
Developer questions: developers@talkg.fabriza.org. We aim to respond within one business day; complex integrations often need a live session, which we schedule on request.