Authentication Method
🔐 Authentication
Authentication is required to securely access the Smart Distribution API endpoints. It ensures that only authorized partners can access hotel search, booking, and cancellation services.
🔑 Authentication Method
Smart Distribution uses API Key–based authentication. Every request to the API must include the following headers:
ApiKey: <Your unique API key>
ApiSecret: <Your API secret>
ApiKey: Provided by RateGain during onboarding
ApiSecret: Also provided by RateGain during onboarding
These credentials uniquely identify and authorize your integration.
🧾 How to Obtain API Credentials
To get your ApiKey
and ApiSecret
, please contact the @RateGain Team. These will be securely shared with you as part of the onboarding process.
Last updated