How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Mist Orgs AP Templates API

AP Templates are defining Wi-Fi and AP settings that can be assigned to Access Points based on different types of rules.AP Templates must be assigned to one or multiple sites to be used.

Mist Orgs AP Templates API is one of 212 APIs that Mist publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Orgs AP Templates. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 2 paths, and defines 37 schemas. It is described by OpenAPI 3.2.0, at version 2606.1.1.

Requests are made against 12 base URLs: https://api.mist.com, https://api.gc1.mist.com, https://api.ac2.mist.com, https://api.gc2.mist.com, https://api.gc4.mist.com, https://api.eu.mist.com, https://api.gc3.mist.com, https://api.ac6.mist.com, https://api.gc6.mist.com, https://api.ac5.mist.com, https://api.gc5.mist.com, https://api.gc7.mist.com.

5 operations 2 paths 37 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2606.1.1
Base URL
https://api.mist.com/api/v1
Authentication
API Key, API Key
License
Resource Areas
1

Authentication & Security 2

Mist Orgs AP Templates API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (apiToken). An API key is passed in the header as X-CSRFToken (csrfToken). By default, every request must be authenticated.

  • apiToken — Preferred authentication method for automation and integrations. Send the API token in the HTTP Authorization header. Format: Authorization: Token {apitoken} N…
  • csrfToken — Session-based authentication for browser or login/password flows. After a successful [Login](/operations/login) request, Mist returns a csrftoken cookie. Send…

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Orgs AP Templates 5

AP Templates are defining Wi-Fi and AP settings that can be assigned to Access Points based on different types of rules. AP Templates must be assigned to one or multiple sites to…

GET
/api/v1/orgs/{org_id}/aptemplates
listOrgAptemplates
listOrgAptemplates 3 params → 200400401403404429
POST
/api/v1/orgs/{org_id}/aptemplates
createOrgAptemplate
createOrgAptemplate 1 param body → 200400401403404429
DELETE
/api/v1/orgs/{org_id}/aptemplates/{aptemplate_id}
deleteOrgAptemplate
deleteOrgAptemplate 2 params → 200400401403404429
GET
/api/v1/orgs/{org_id}/aptemplates/{aptemplate_id}
getOrgAptemplate
getOrgAptemplate 2 params → 200400401403404429
PUT
/api/v1/orgs/{org_id}/aptemplates/{aptemplate_id}
updateOrgAptemplate
updateOrgAptemplate 2 params body → 200400401403404429

Schemas 37

The contract defines 37 schemas that model the data the API accepts and returns. The most detailed are ap_port_config (17 properties), ap_template_wifi (12 properties), wlan_mist_nac (9 properties), radius_config (9 properties). Each schema is shown below with its type and property counts.

radius_acct_port
RADIUS Auth Port, value from 1 to 65535, default is 1813
response_http403
object
Standard HTTP 403 permission error response
1 property
radius_config
object
Junos RADIUS authentication and accounting configuration
9 properties
ap_port_config_forwarding
string
enum: all: local breakout, All VLANs limited: local breakout, only the VLANs configured in portvlanid and vlanids mxtunnel: central breakout to an Org Mist Edg…
ap_port_config_mac_auth_protocol
string
if enablemacauth==true, allows user to select an authentication protocol. enum: eap-md5, eap-peap, pap
wlan_mist_nac
object
Mist NAC RADIUS settings for a WLAN
9 properties
org_id
string
Unique identifier of a Mist organization
response_http400
object
Standard HTTP 400 bad request error response
1 property
radius_acct_server
object
RADIUS accounting server settings
7 properties 2 required
radsec_mxcluster_ids
array
To use Org Mist Edges when this WLAN does not use mxtunnel, specify their mxclusterids. Org Mist Edge(s) identified by mxclusterids
radsec_server
object
External RadSec server settings
2 properties
radius_auth_servers
array
List of RADIUS authentication servers
ap_template_wifi
object
Wi-Fi behavior settings applied by an AP template
12 properties
radius_auth_server
object
RADIUS authentication server settings
8 properties 2 required
ap_template_matching
object
Rules that select which AP template port configuration applies
2 properties
ap_template
object
Access point template configuration
8 properties 1 required
ap_port_config_port_auth
string
When doing port auth. enum: dot1x, none
modified_time
number
When the object has been modified for the last time, in epoch
radius_keywrap_format
string
Encoding format for RADIUS keywrap KEK and MACK values. enum: ascii, hex
radsec_proxy_hosts
array
Default is site.mxedge.radsec.proxyhosts which must be a superset of all wlans[].radsec.proxyhosts. When radsec.proxyhosts are not used, tunnel peers (org or s…
radsec
object
RadSec settings for sending RADIUS traffic over TLS
9 properties
radsec_idle_timeout
RadSec idle timeout in seconds. Default is 60
response_http404
object
Standard HTTP 404 not found error response
1 property
response_http401
object
Standard HTTP 401 authentication error response
1 property
response_http429
object
Standard HTTP 429 rate limit error response
1 property
id
string
Unique ID of the object instance in the Mist Organization
site_id
string
Unique identifier of a Mist site
created_time
number
When the object has been created, in epoch
ap_port_config
object
Ethernet port behavior settings for an access point
17 properties
ap_template_matching_rule
object
Model and name match criteria for an AP template port configuration
3 properties
ap_template_matching_rules
array
Ordered AP template matching rules
radsec_servers
array
External RadSec servers. Only if not Mist Edge.
ap_port_config_dynamic_vlan_type
string
Mapping mode for interpreting dynamic VLAN attributes returned by RADIUS.\ \ enum: airespace-interface-name, where the VLAN is determined by parsing\ \ the RAD…
ap_templates
array
List of AP templates
radius_auth_port
RADIUS Auth Port, value from 1 to 65535, default is 1812
ap_port_config_dynamic_vlan
object
Dynamic VLAN assignment settings for AP port authentication
4 properties
radius_acct_servers
array
List of RADIUS accounting servers

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

mist-orgs-ap-templates-api-openapi.yml Raw ↑

Other APIs Mist publishes across the network.

Mist Admins API
Mist Admins Login API
Mist Admins Login - OAuth2 API
Mist Admins Logout API
Mist Admins Lookup API
Mist Admins Recover Password API
Mist Constants Definitions API
Mist Constants Events API
Mist Constants Models API
Mist Installer API
Mist MSPs Admins API
Mist MSPs API
Where this information came from

This is an independent, third-party profile of Mist Orgs AP Templates API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.