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