v1

latestOpenAPI 3.1.02026-07-2617125852.3 KB
CRMActions

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

idstring

Unique identifier of the phone number record.

timestamp_createdstring date-time

Timestamp when the phone number record was created.

organization_idstring

Identifier of the organization that owns this phone number.

phone_numberstring

The phone number in international E.164 format.

countrystring

Country code where the phone number is registered.

localitystring

City or region associated with the phone number.

subscription_idstring

Billing subscription ID linked to this phone number.

twilio_sidstring

Twilio resource SID for the phone number.

renewal_datestring date

Next renewal date for the phone number subscription.

pricenumber

Monthly price for this phone number (USD).

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
  }
]