M

Mist API

by Mist Free tier

> Version: 0.36.1 > > Date: March 3, 2022 --- Available Documentation * Postman * Open API --- Useful links * Mist Homepage * [Mist Documentation](https://www.mist.com/d

developermist

Quick Reference

Base URL https://api.mist.com Auth type API Key Header Auth header Authorization: YOUR_API_KEY Rate limit Not officially published Pricing Enterprise / contact sales Free quota None Documentation https://api.mist.com Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)2.22s (checked Mar 29, 2026) Builder score D 43% builder-friendly
Pricing
28
Latency
20
Depth
72

Authentication

API key in the request header (Authorization)

Authorization: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free with Juniper/Mist developer account. AI-driven networking and Wi-Fi API.

Key Endpoints

MethodPathDescription
GET /api/v1/const/alarm_defs getAlarmDefinitions
GET /api/v1/const/ap_channels getApChannels
GET /api/v1/const/ap_led_status getApLedDefinition
GET /api/v1/const/applications getApplications
GET /api/v1/const/call_events getCallEventsDefinitions
GET /api/v1/const/client_events getClientEventsDefinitions
GET /api/v1/const/countries getCountryCodes
GET /api/v1/const/default_gateway_config getGetawayDefaultConfig

Sample Request

curl -X GET 'https://api.mist.com/api/v1/const/alarm_defs' \
  -H 'Authorization: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Mist documentation.