Docs

Room Profit developer documentation

These docs are for developers building against the Room Profit API — either your own hotel-side integrations, or a third-party service consuming module output. Everything below assumes you have a live Room Profit account with at least one module deployed and one Profitroom Suite connection active.

Base URL and versioning

All Room Profit API endpoints are served from https://api.profit.dapokl.com/v1. The API is versioned in the path. When a breaking change lands, we ship a new major version (/v2) and keep the previous major version live for at least 12 months. Non-breaking changes go into /v1 in place, announced on the changelog.

Authentication

Every request requires an Authorization: Bearer <token> header. Tokens are issued from your Room Profit dashboard, one per integration, with a scope selector — read-only, module-specific, or full account. Rotate tokens by generating a replacement and deleting the old one; there is no automatic rotation.

Support for developers

Developer questions to support@profit.dapokl.com. We do not have a public issue tracker; every reported bug is triaged internally within one business day.