Skip to main content
GET
/
api
/
v2
/
crm-actions
/
phone-numbers
List phone numbers
curl --request GET \
  --url https://api.instantly.ai/api/v2/crm-actions/phone-numbers \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "019cc043-e333-7733-869a-f5f77031e551",
    "timestamp_created": "2026-03-05T23:10:00.500Z",
    "organization_id": "019cc043-e334-7ee5-909f-00b05150c8fa",
    "phone_number": "+15551234567",
    "country": "US",
    "locality": "San Francisco",
    "subscription_id": "sub_1PuaE1B3VEKBA0ygDAKk7QVc",
    "twilio_sid": "PN998dda028e07a49c8038b2206341d463",
    "renewal_date": "2026-03-05T23:10:00.500Z",
    "price": 1
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Default Response

id
string

Unique identifier of the phone number record.

Example:

"019cc043-e333-7733-869a-f5f77031e551"

timestamp_created
string<date-time>

Timestamp when the phone number record was created.

Example:

"2026-03-05T23:10:00.500Z"

organization_id
string

Identifier of the organization that owns this phone number.

Example:

"019cc043-e334-7ee5-909f-00b05150c8fa"

phone_number
string

The phone number in international E.164 format.

Example:

"+15551234567"

country
string

Country code where the phone number is registered.

Example:

"US"

locality
string

City or region associated with the phone number.

Example:

"San Francisco"

subscription_id
string

Billing subscription ID linked to this phone number.

Example:

"sub_1PuaE1B3VEKBA0ygDAKk7QVc"

twilio_sid
string

Twilio resource SID for the phone number.

Example:

"PN998dda028e07a49c8038b2206341d463"

renewal_date
string<date>

Next renewal date for the phone number subscription.

Example:

"2026-03-05T23:10:00.500Z"

price
number

Monthly price for this phone number (USD).

Example:

1