curl --request GET \
--url https://api.staging.kathan.tech/phone-numbers/{phone_number_id} \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"id": "<string>",
"provider": "<string>",
"phone_number": "<string>",
"status": "<string>",
"label": "<string>",
"created_at": "<string>"
}curl --request GET \
--url https://api.staging.kathan.tech/phone-numbers/{phone_number_id} \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"id": "<string>",
"provider": "<string>",
"phone_number": "<string>",
"status": "<string>",
"label": "<string>",
"created_at": "<string>"
}API key authentication.
Required user id for API key requests.
Was this page helpful?