# Authentication & Authorization
# Contact Sales
While in BETA, access to the Metasearch Pricing will be provided to you by our sales representatives. Contact our sales team:
- Email: hello@ubio.ai
- Include: Company name, use case, which products you need (Rich Hotel Content, Metasearch Pricing, or both)
# Using Your Token
Include your Bearer token in the Authorization header of all API requests:
Authorization: Bearer YOUR_TOKEN_HERE
# Example Request
curl --location 'https://api.hotel-universe.travel/metasearch?hotelId=07b7c69652&checkIn=2025-12-25&nights=2&adults=2&children=0' \
--header 'Authorization: Bearer YOUR_TOKEN_HERE' \
--header 'Accept: application/json'
# Token Security
- Keep your token secure and do not share it
- Tokens do not expire unless revoked
- You can generate multiple tokens for different environments
- Revoke compromised tokens immediately in the portal