Skip to main content
POST
/
v1.0
/
numbers
/
data-usage
/
settings
json
{
  "PhoneNumbers": [
    { "Number": "+17064491796" }
  ]
}
{
  "PhoneNumbers": [
    {
      "Number": "+17064491796",
      "Status": "Success",
      "StatusMessage": "",
      "NotifyValue": 14,
      "LimitValue": 20,
      "ThrottleValue": 15,
      "ThrottleSpeed": "thr1024kbps",
      "ValueUnit": "MB"
    }
  ],
  "Status": "Complete"
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
PhoneNumbers
object[]
required

Array of phone numbers to retrieve data usage settings for

Response

200 - application/json

Data Usage Settings Retrieved

The response is of type object.