Skip to main content
GET
/
phone-numbers
/
{phone_number_id}
Get Phone Number
curl --request GET \
  --url https://api.dev.kathan.tech/phone-numbers/{phone_number_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "provider": "<string>",
  "phone_number": "<string>",
  "status": "<string>",
  "label": "<string>",
  "created_at": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

phone_number_id
string
required

Response

Successful Response

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