curl --request GET \
--url https://api.dev.kathan.tech/phone-numbers \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"provider": "<string>",
"phone_number": "<string>",
"status": "<string>",
"label": "<string>",
"created_at": "<string>"
}
]curl --request GET \
--url https://api.dev.kathan.tech/phone-numbers \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"provider": "<string>",
"phone_number": "<string>",
"status": "<string>",
"label": "<string>",
"created_at": "<string>"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?