Global Settings
Foundational data about the resort that most other flaik Connect endpoints depend on. Fetch these once at the start of an integration session, cache the results, and refer back to them as needed — they change rarely (resort details and seasons typically once a year, surveys when survey configuration is updated).
Pages in this group
Resort Details — resort identity and configuration (
GET /api/globalsettings/resort). Use this to confirm your token resolves to the expected resort, and to read the resort's IANA timezone for interpreting time fields elsewhere.Seasons — every season configured for the resort (
GET /api/globalsettings/seasons). Most other endpoints take aseasonId; this is where you discover valid IDs.Survey Definitions — guest survey configuration for a season (
GET /api/globalsettings/surveys/{seasonId}). Pair with Class Survey Responses under Class Management to interpret survey answers.
Where to start
If you're a new integration, start with Resort Details to confirm authentication is working, then Seasons to grab the season IDs you'll pass to other endpoints. The Quick Start walks through both calls end-to-end.
Last updated
Was this helpful?
