v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBCRMActions
List phone numbers
Retrieve all phone numbers associated with the current organization.
Requires one of the following scopes: crm_actions:read, crm_actions:all, all:read, all:all
get/api/v2/crm-actions/phone-numbers
Response
Default Response
Example response
[
{
"id": "019f94cd-ae51-7282-9e82-6d99226976ca",
"timestamp_created": "2026-07-24T15:45:35.313Z",
"organization_id": "019f94cd-ae51-7282-9e82-6d9ac6530f22",
"phone_number": "+15551234567",
"country": "US",
"locality": "San Francisco",
"subscription_id": "sub_1PuaE1B3VEKBA0ygDAKk7QVc",
"twilio_sid": "PN998dda028e07a49c8038b2206341d463",
"renewal_date": "2026-07-24T15:45:35.313Z",
"price": 1
}
]