Authentication
All API requests must be made over HTTPS to ensure secure communication between Mozrest and partner systems. To access the Booking Services API, you are required to provide an API key for Mozrest's Partner API, which serves as a unique identifier for authorized access.
Each request made to the Booking Services API will be relative to the base URL you provide. For example, if your base URL is api.example.com
, then Mozrest will send HealthCheck requests to api.example.com/v1/mozrest/healthcheck
. This structure applies across all endpoint requests, ensuring a consistent and reliable integration experience.
Please make sure that your API key is included in the headers of each request to authenticate and authorize API calls.