---
title: "List All Phone Numbers"
method: GET
path: "/Advertisers/{AccountSID}/PhoneNumbers"
tags: ["Phone Numbers"]
---

# List All Phone Numbers

`GET /Advertisers/{AccountSID}/PhoneNumbers`

Returns a list of all phone numbers available to your account, with optional filtering.

## Path parameters

- `AccountSID` string, required

## Query parameters

- `Id` string
- `LastDateAssigned` string, date-time
- `LastDateReleased` string, date-time
- `Number` string

## Response `200`

A list of phone number objects.

- object
  - `PhoneNumbers` PhoneNumber[] — The list of phone number objects.
    - `Id` integer — Unique identifier for the phone number (Phone Number ID).
    - `Country` string — Two-letter country code (ISO 3166).
    - `Number` string — The full phone number.
    - `InternationalNumber` string — The full phone number with the international prefix.
    - `DateCreated` string, date-time, nullable — The date and time the phone number was created.
    - `LastDateAssigned` string, date-time, nullable — The date and time the phone number was last assigned to a partner.
    - `LastDateReleased` string, date-time, nullable — The date and time the phone number was last released from a partner.
    - `Uri` string, uri-reference — The URI path to this phone number object.

---

[API](https://skmtc.net/impact/apis/brand-api-account-information.md) · [All operations](https://skmtc.net/impact/apis/brand-api-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/impact/brand-api-account-information/revisions/c53422ebb833/schema)
