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>"
}
]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>"
}
]Was this page helpful?