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
Example response
{
"numbers": [
{
"number": "+11400000000",
"capability": "voice"
}
]
}