{
"PhoneNumbers": [
{ "Number": "+17064491796" }
]
}{
"PhoneNumbers": [
{
"Number": "+17064491796",
"Status": "Success",
"StatusMessage": "",
"NotifyValue": 14,
"LimitValue": 20,
"ThrottleValue": 15,
"ThrottleSpeed": "thr1024kbps",
"ValueUnit": "MB"
}
],
"Status": "Complete"
}Retrieve the current data usage settings (notify value, throttle value, limit value) for one or more phone numbers.
{
"PhoneNumbers": [
{ "Number": "+17064491796" }
]
}{
"PhoneNumbers": [
{
"Number": "+17064491796",
"Status": "Success",
"StatusMessage": "",
"NotifyValue": 14,
"LimitValue": 20,
"ThrottleValue": 15,
"ThrottleSpeed": "thr1024kbps",
"ValueUnit": "MB"
}
],
"Status": "Complete"
}Enter the token obtained from the Authentication endpoint
Array of phone numbers to retrieve data usage settings for
Show child attributes
Data Usage Settings Retrieved
The response is of type object.