latestOpenAPI 3.0.0MIT2026-08-101483217.9 KB

a59ac1ee7b2c

Applications

Update Numbers

Assign a number or a list of numbers to an application.

post/v1/configuration/numbers

Request body

numbersstring[]

The phone number or list of numbers in E.164 format.

applicationkeystring

indicates the application where the number(s) will be assigned. If empty, the application key that is used to sign the request will be used.

capability'voice' | 'sms'

Valid values are voice and sms

Example request

{
  "numbers": [
    "+14151112223333"
  ],
  "applicationkey": "11983f76-12c8-1111-9515-4785c7b67ca8",
  "capability": "voice"
}

Response

A success response, or an Error.