Skip to main content
GET
/
account-phone-numbers
List Account Phone Numbers
curl --request GET \
  --url https://api.kallabot.com/account-phone-numbers \
  --header 'Authorization: Bearer <token>'
{
  "phone_numbers": [
    {
      "sid": "PNa1b2c3d4e5f6g7h8i9j0k1l2m3n4o5",
      "phone_number": "+14155551234",
      "friendly_name": "Main Business Line",
      "capabilities": {
        "voice": true,
        "sms": true,
        "mms": true
      },
      "status": "inbound",
      "cost": {
        "amount": "$2.99",
        "period": "month",
        "is_free": false
      },
      "renewal_date": "01/15/2024"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of account phone numbers

phone_numbers
object[]
required