For the complete documentation index, see llms.txt. This page is also available as Markdown.

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/resort

Path Parameters

None.

Query Parameters

None.

Example Request

GET {api-url}/api/globalsettings/resort
Authorization: Bearer {access_token}

Response Format

Response Fields

Field
Type
Description

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

All times reported by other flaik Connect endpoints (e.g. shift startTime, paid activity timestamps) refer to events at this resort's local timezone unless explicitly labelled UTC. Use the timezone value here to interpret them correctly.

Error Responses

HTTP Status
Description

401

Missing or invalid access token

Need help with resort configuration? Contact resortsupport@flaik.com.

Last updated

Was this helpful?