APN settings
API call to get APN settings by device's phone number.
API actions
read
Parameters
name
description
type
format
Examples
curl -X POST 'https://api.eu.navixy.com/v2/apn_settings/read' \
-H 'Content-Type: application/json' \
-d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b", "phone": "1234567890"}'https://api.eu.navixy.com/v2/apn_settings/read?hash=a6aa75587e5c59c32d347da438505fc3&phone=1234567890Response
{
"success": true,
"value": {
"name": "internet",
"user": "",
"password": "",
"operator_name": "Deutsche Telekom"
}
}Errors
Last updated
Was this helpful?