Skip to main content
POST
/
v1.0
/
numbers
/
data-usage
Update Numbers Data Usage Limit
curl --request POST \
  --url https://api.example.com/v1.0/numbers/data-usage \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "PhoneNumbers": [
    {
      "Number": "<string>"
    }
  ],
  "NotifyValue": 123,
  "LimitValue": 123,
  "ThrottleValue": 123,
  "ThrottleSpeed": "<string>",
  "ValueUnit": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

Update_DataLimit_Request object

PhoneNumbers
object[]
required
NotifyValue
integer<int32>
LimitValue
integer<int32>
ThrottleValue
integer<int32>
ThrottleSpeed
string | null
ValueUnit
string | null

Response

200

Success