Get access

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.

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.

Building an integration?

Request an early API key for prototyping. Sandbox workspaces are free while you build; you only pay when a live property connects.

Get access See pricing