Unifystays gives your team control of supplier activation and API keys from the
Unifystays portal. Your application integrates with
one API once; supplier setup happens in the portal for each environment.
Choose Sandbox or Production
Configure and test suppliers in Sandbox first. Use Production only
for live search, booking, and cancellation traffic.
Enable a supplier
Select a supported hotel supplier, enter the credentials issued by that
supplier, and enable it in the selected environment.
Create an API key
Create an API key for the same environment. You can manage and rotate keys
in the portal without waiting for support.
Connect your backend
Send the API key in x-api-key with the matching base URL.
Base URLs
Sandbox and production keys are separate. A key must only be used with its
matching environment base URL.
Keep Credentials Safe
Call Unifystays from your trusted backend. Do not expose API keys in browser
code, mobile applications, public repositories, or client-side logs. When
rotating a key, deploy the replacement key first, confirm successful traffic,
then disable the old key in the portal.
Add a Supplier Without Reintegrating
When you need a new supported supplier, enable it and add its credentials in
the portal. Your customer-facing integration remains unchanged: it continues
to use the same normalized Unifystays endpoints, response model, and booking
flow.
Continue to the integration flow