Authorizations
API key based authentication where <encoded-value> is the Base64 encoding of API_KEY_ID
:API_KEY_SECRET
- Username: The API Key ID.
- Password: The API Key Secret.
Query Parameters
Unique identifier of the organization.
Defaults to the organization associated with the API key.
Body
Wi-Fi network credentials and information
Name of the Wi-Fi network to connect to.
2 - 32
Type of the network. Note, WPA is WPA2. WPA_ENTERPRISE is WPA2 Enterprise.
OPEN
, WPA
, WPA_ENTERPRISE
, UNKNOWN
Password. Optional if the Wi-Fi type is OPEN.
Optional user-friendly label for the network.
Whether the network is hidden (SSID not broadcast).
Whether to disable mac address randomization when this network is deployed on a device
Enterprise EAP method (PEAP, TLS, TTLS, etc).
PEAP
, TLS
, TTLS
, PWD
, NONE
Inner authentication method used with the EAP method. Required for EAP methods PEAP and TTLS.
PAP
, MSCHAP
, MSCHAPV2
, GTC
, NONE
Identity used for enterprise network authentication. Required for WPA2-Enterprise network types.
Anonymous identity used in outer identity requests. Required for EAP-PEAP and EAP-TTLS networks.
Radius Server Domain. Required for EAP-PEAP, EAP-TLS, and EAP-TTLS WPA2-Enterprise networks on devices running Android 14 and above. This includes many of the latest Meta Quest and Pico devices. This field validates the certificate the server presents to the device, and prevents security vulnerabilities.
PEM-encoded user certificate, required for EAP-TLS networks.
PEM-encoded certificate authority certificate for server validation. Required for EAP-PEAP, EAP-TLS, and EAP-TTLS WPA2-Enterprise networks on devices running Android 14 and above. This includes many of the latest Meta Quest and Pico devices. Learn about certificate formatting
Defines how proxy is configured: PAC, MANUAL, or NONE.
PAC
, MANUAL
, NONE
Hostname or IP of the manual proxy server.
Port number of the manual proxy server.
0 <= x <= 65535
List of hostnames that bypass the proxy.
URL to a PAC (proxy auto-config) file.
Response
The created wi-fi network
A Wi-Fi network profile summary
{
"id": "wifi_abc123",
"ssid": "MyNetwork",
"nickname": "Office Wi-Fi",
"type": "WPA_ENTERPRISE"
}