Skip to main content

Authentication

All requests from Mozrest to your Booking Services API are made over HTTPS and authenticated with a Bearer token in the Authorization header.

Authorization: Bearer {api_key}
  • The API key is provided by you during onboarding — Mozrest stores it and includes it in every request.
  • All endpoint paths are relative to the base URL you provide (e.g. https://your-domain.com/v1/mozrest/healthcheck).
  • Requests without a valid token should return 401 Unauthorized.