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": "019dc79a-c3f4-7602-8ac3-0146d86066a1",
    "timestamp_created": "2026-04-26T02:25:01.940Z",
    "organization_id": "019dc79a-c3f4-7602-8ac3-0147a888f2d7",
    "phone_number": "+15551234567",
    "country": "US",
    "locality": "San Francisco",
    "subscription_id": "sub_1PuaE1B3VEKBA0ygDAKk7QVc",
    "twilio_sid": "PN998dda028e07a49c8038b2206341d463",
    "renewal_date": "2026-04-26T02:25:01.940Z",
    "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:

"019dc79a-c3f4-7602-8ac3-0146d86066a1"

timestamp_created
string<date-time>

Timestamp when the phone number record was created.

Example:

"2026-04-26T02:25:01.940Z"

organization_id
string

Identifier of the organization that owns this phone number.

Example:

"019dc79a-c3f4-7602-8ac3-0147a888f2d7"

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-04-26T02:25:01.940Z"

price
number

Monthly price for this phone number (USD).

Example:

1