Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
Successful Response
Was this page helpful?