# Mist API **Provider:** Mist **Category:** developer **Base URL:** `https://api.mist.com` **Auth:** api-key — `Authorization: YOUR_API_KEY` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.mist.com ## Description > Version: 0.36.1 > > Date: March 3, 2022 --- Available Documentation * Postman * Open API --- Useful links * Mist Homepage * [Mist Documentation](https://www.mist.com/d ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.mist.com/api/v1/const/alarm_defs` | getAlarmDefinitions | | GET | `https://api.mist.com/api/v1/const/ap_channels` | getApChannels | | GET | `https://api.mist.com/api/v1/const/ap_led_status` | getApLedDefinition | | GET | `https://api.mist.com/api/v1/const/applications` | getApplications | | GET | `https://api.mist.com/api/v1/const/call_events` | getCallEventsDefinitions | | GET | `https://api.mist.com/api/v1/const/client_events` | getClientEventsDefinitions | | GET | `https://api.mist.com/api/v1/const/countries` | getCountryCodes | | GET | `https://api.mist.com/api/v1/const/default_gateway_config` | getGetawayDefaultConfig | ## Authentication API key in the request header (Authorization) ``` Authorization: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.mist.com/api/v1/const/alarm_defs' \ -H 'Authorization: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Juniper/Mist developer account. AI-driven networking and Wi-Fi API. --- *Source: [API Map](https://apimap.dev/apis/mist/) — CC BY 4.0*