Returns all active phone numbers owned by the authenticated organization.
curl --request GET \
--url https://api.callingbox.io/v1/numbers \
--header 'Authorization: Bearer <token>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"e164": "+15551234567",
"friendly_name": "<string>",
"country_code": "US",
"number_type": "local",
"status": "active",
"monthly_cost_cents": 100,
"purchased_at": "2023-11-07T05:31:56Z"
}
]API key starting with sk_
Array of phone numbers
Unique phone number identifier
Phone number in E.164 format
"+15551234567"
Optional display label
ISO country code
"US"
Number type: local or toll_free
"local"
Number status
"active"
Monthly cost in cents
100
When the number was purchased
curl --request GET \
--url https://api.callingbox.io/v1/numbers \
--header 'Authorization: Bearer <token>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"e164": "+15551234567",
"friendly_name": "<string>",
"country_code": "US",
"number_type": "local",
"status": "active",
"monthly_cost_cents": 100,
"purchased_at": "2023-11-07T05:31:56Z"
}
]