Get Windows VPN Policy payload details
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/windowsvpnpolicy/payloaditems/{payload_id}
MDMDeviceMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Unique identifier of the payload item. Obtain from the Get Payload Item IDs response
curl --request GET \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/windowsvpnpolicy/payloaditems/{payload_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Unique identifier of the payload item
Connection Name. Default: VPN Configuration
Connection Type. Default: 0
Send All Nw Traffic. Default: false
Enable Vpn On Demand. Default: false
Proxy Type. Default: 0
Proxy Server
Proxy Server Port. Default: 0
Proxy User Name
Proxy Pac Url
Vpn Type. Default: 1
Provider Type. Default: 1
Vpnuuid
Allowed Apps
Custom Data
Full configuration details of VPN payload item
{
"provider_type": "1",
"payload_id": "9007199254741295",
"connection_type": "6",
"proxy_user_name": "",
"proxy_server": "127.0.0.1",
"allowed_apps": [
{
"group_display_name": "Alarms and clock",
"is_system_app": false,
"app_id": "1"
}
],
"enable_vpn_on_demand": false,
"vpnuuid": "",
"proxy_server_port": "3128",
"vpn_type": "2",
"connection_name": "VPN Configuration",
"send_all_nw_traffic": false,
"customssl": {
"certificate_id": "-1",
"identifier": "951D7986.PulseSecureVPN_qzpvqh70t9a4p",
"server_name": "127.0.0.1",
"user_authentication": "0",
"provider_identifier": "",
"account": ""
},
"proxy_pac_url": "",
"custom_data": [
{
"custom_value": "1",
"custom_key": "preferredRealm"
},
{
"custom_value": "true",
"custom_key": "optimizeForLowCostNetwork"
},
{
"custom_value": "1",
"custom_key": "preferredRole"
},
{
"custom_value": "true",
"custom_key": "isSingleSignOnCredential"
}
],
"proxy_type": "1"
}
![]()
Duration: 1 minute | Threshold: 120 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.