latestOpenAPI 3.0.0MIT2026-08-101483217.9 KB

a59ac1ee7b2c

Applications

Get Numbers

Get information about your numbers. It returns a list of numbers that you own, as well as their capability (voice or SMS). For the ones that are assigned to an app, it returns the application key of the app.

get/v1/configuration/numbers

Response

A success response, or an Error.

Example response

{
  "numbers": [
    {
      "number": "+11400000000",
      "capability": "voice"
    }
  ]
}