Resort Details
Overview
Returns the identity and high-level configuration of the authenticated resort (the tenant your access token is bound to). This is typically the first call a new integrator makes to verify that authentication is working and that the token resolves to the expected resort.
There are no inputs — the response always reflects the resort attached to the access token.
Authentication
Include your access token in the Authorization header:
Authorization: Bearer {access_token}See the Authentication Guide for details on obtaining access tokens.
Endpoint
GET {api-url}/api/globalsettings/resortPath Parameters
None.
Query Parameters
None.
Example Request
GET {api-url}/api/globalsettings/resort
Authorization: Bearer {access_token}Response Format
Response Fields
id
integer
Unique resort identifier
name
string
Resort display name — empty string if not set
location
string
Free-text resort location — empty string if not set
directorName
string
Ski school director name — empty string if not set
contactName
string
Primary contact name — empty string if not set
contactEmail
string
Primary contact email — empty string if not set
contactPhone
string
Primary contact phone — empty string if not set
defaultLanguage
string
Default language code (e.g. "en") — empty string if not set
timezone
string
IANA timezone name (e.g. "America/Denver") — empty string if not set
imageLight
string
URL to the resort logo on a light background — empty string if not set
imageDark
string
URL to the resort logo on a dark background — empty string if not set
imageSlate
string
URL to the resort logo on a slate background — empty string if not set
Error Responses
401
Missing or invalid access token
Need help with resort configuration? Contact resortsupport@flaik.com.
Last updated
Was this helpful?
