Overview
The/v2/host-profile endpoint returns the configuration profile for a given host. It is the authoritative source for branding, UI configuration, search defaults, and geo anchor data.
Internal fields such as API keys, analytics tokens, and integration credentials are never included in the response.
Request
Required parameters
| Parameter | Type | Description |
|---|---|---|
orgId | string | Your organisation ID. |
profileId | string | ID of the host profile to retrieve. |
Optional parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
lang | string | — | BCP 47 language code for localised fields (e.g. en, fr, de). |
Examples
Retrieve a host profile
Retrieve a host profile
Example response
Example response
Response fields
| Field | Type | Description |
|---|---|---|
id | string | Host profile ID. |
name | string | Display name of the host. |
orgId | string | Organisation ID the host belongs to. |
geoLocation | [number, number] | Coordinates as [latitude, longitude]. |
primaryLocation | object | Location details for the host’s primary address. |
searchConfig | object | Default search radius and ranking preferences. |
languageCodes | string[] | Language codes supported by this host’s content. |
defaultLanguageCode | string | Default language for content. |
currencyCode | string | ISO 4217 currency code (e.g. GBP). |
currencySymbol | string | Display currency symbol (e.g. £). |
timeZoneName | string | IANA time zone name (e.g. Europe/London). |
uiConfig | object | UI configuration for the host interface. |
branding | object | Branding colours and typography. |
logos | object[] | Logo assets for the host. |
pages | object[] | Custom page configurations. |
weather | object | Current weather snapshot (icon, temperature in Celsius). |
perks | object | Perks/amenities header and sections. |
socialMedia | object[] | Social media links. |
travellerArchetypes | object[] | Configured traveller archetypes for personalisation. |
embeddedConfigs | object[] | Array of embedded UI module configuration objects. Shape determined by the host’s configured modules. |
activeIntegrations | string[] | List of active third-party integration identifiers. |