Skip to main content
GET
/
phone-numbers
List Phone Numbers
curl --request GET \
  --url https://api.staging.kathan.tech/phone-numbers \
  --header 'Authorization: Bearer <token>' \
  --header 'X-User-ID: <api-key>'
[
  {
    "id": "<string>",
    "provider": "<string>",
    "phone_number": "<string>",
    "status": "<string>",
    "label": "<string>",
    "created_at": "<string>"
  }
]

Authorizations

Authorization
string
header
required

API key authentication.

X-User-ID
string
header
required

Required user id for API key requests.

Response

Successful Response

id
string
required
provider
string
required
phone_number
string
required
status
string
required
label
string | null
created_at
string | null