Quick Start
1. Authentication
POST https://auth-{region}.{environment}.flaik.com/connect/token
Content-Type: application/x-www-form-urlencoded
Authorization: Basic {base64(clientId:clientSecret)}
grant_type=client_credentials&scope=flaik.connect.api.read flaik.connect.api.write2. Make Your First API Call
GET https://api-{region}.{environment}.flaik.com/health
Authorization: Bearer {access_token}3. Explore Resort Settings
GET https://api-{region}.{environment}.flaik.com/api/globalsettings/resort
Authorization: Bearer {access_token}API Architecture
Base URLs by Environment
Core API Modules
Module
Purpose
Common Use Cases
Development Resources
Support & Community
Next Steps
Last updated
Was this helpful?
