Base URL and versioning
All Hotelminder API endpoints are served from https://api.mindermod.org/hm_v1. The API is path-versioned. When a breaking change lands, a new major version (/hm_v2) ships alongside the current one and both remain live for at least twelve months. Non-breaking additions land in /hm_v1 in place and are announced on the changelog.
Authentication
Every request carries an Authorization: Bearer <hm_access_token> header. Tokens are issued via the OAuth2 flow described in the API reference — one hm_client_id per integration, one scope per module. Rotation is manual and surgical, mirroring the SiteMinder key hygiene we ask boutique properties to follow.
Support for developers
Developer questions land at support@mindermod.org. Every reported bug is triaged internally within one working day by an on-call advisor. There is no public issue tracker.
