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"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.