Skip to main content
POST
/
v1.0
/
numbers
/
roaming
/
update
json
{
  "PhoneNumber": "+12345678901",
  "EnableRoaming": true,
  "AccountId": "AID-1234567"
}
{
  "PhoneNumber": "<string>",
  "Roaming": "<string>",
  "Status": "<string>",
  "StatusMessage": "<string>",
  "AccountId": "<string>"
}

Body

Update_Roaming_Request object

PhoneNumber
string
required

The phone number to update, in E.164 format (e.g. +12345678901). Required.

Minimum string length: 1
EnableRoaming
boolean
required

Set to true to enable international roaming on the number, or false to disable it. Required.

AccountId
string | null

Optional account identifier (AID- prefix) used to scope the request to a specific account when your Bearer token has access to multiple accounts.

Response

Success

PhoneNumber
string | null
Roaming
string | null
Status
string | null
StatusMessage
string | null
AccountId
string | null