Data scope & isolation
Your client_id is bound server-side to your organization’s brand (a BusinessEntity, e.g. HO-XXXXXXXXXXXX). On each request the server expands that brand to the full set of your properties and restricts every query to that set.
The effect:
- Queries return your brand-level and property-level content only.
- A query that names a hotel outside your scope simply returns no in-scope results — it can never surface another brand’s data.
- The scope is enforced on the server; there is no client-side parameter that can widen it.
Last updated on