Phone numbers

List Phone Numbers

List all phone numbers assigned to the business.

GET
/phone-numbers
AuthorizationBearer <token>

API key authentication. Use format: Bearer kejue_...

In: header

Response Body

application/json

curl -X GET "https://api.kejue.co/api/v1/phone-numbers"
[
  {
    "phone_number_id": "pn_123456789",
    "phone_number": "+15550009999",
    "country_code": "US",
    "status": "available",
    "is_active": true
  }
]
Empty

Last updated on