get
https://api.liteapi.travel/v3.0/hotels/match/partners
Overview
Returns every partner that can be used for hotel ID mapping, along with each partner's inventory coverage size (mappings). Use this list to discover which partner inventories can be aligned with Nuitee / liteAPI hotel IDs.
Hotel mapping connects a partner's hotel identifiers to Nuitee catalogue IDs so you can shop, book, and enrich content against a single inventory.
When to Use
- Before mapping IDs - Confirm the partner name to pass into
POST /hotels/match/partners/with-id - Coverage checks - Compare
mappingscounts to estimate how much of a partner's inventory is already linked - Partner selectors - Populate UI or automation dropdowns with supported partners
- Onboarding - Discover which OTAs / suppliers are available for ID-to-ID mapping
What You Get
- Partner names - Exact strings to send as the
partnerform field on the map endpoint - Inventory size -
mappingscount per partner (known ID links in the mapping catalogue) - Sorted list - Partners ordered by mapping count, descending
Key Features
- No request body: Simple authenticated GET
- Case-insensitive partner names upstream: Prefer the exact
partnerstring from this response - Accounts without suppliers: Allowed to call hotel mapping endpoints (standard auth still applies)
Quick Start
- Authenticate with your LiteAPI
X-API-Key - Call
GET /hotels/match/partners - Pick a
partnervalue from the response - Upload that partner's hotel ID CSV to
POST /hotels/match/partners/with-id
Rate limit: 50 requests/min (production), 10 requests/min (sandbox).
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Unauthorized — missing or invalid API key
429Rate limit exceeded
502Upstream mapping service unreachable
504Upstream mapping service timed out

