---
title: "List Accounts"
method: GET
path: "/Accounts"
tags: ["Accounts"]
---

# List Accounts

`GET /Accounts`

This endpoint will return a list that contains Project you are connecting as and any subprojects.

#### Permissions
The API token must include the following scopes: _Management_.

## Query parameters

- `FriendlyName` string

## Response `200`

The request has succeeded.

- AccountListResponse — Response containing a list of accounts.
  - `links` Pagination — Pagination information for list responses.
    - `uri` string — The URI of the current page.
    - `first_page_uri` string — The URI of the first page.
    - `next_page_uri` string — The URI of the next page.
    - `previous_page_uri` string — The URI of the previous page.
    - `page` integer — The current page number.
    - `page_size` integer — The number of items per page.
  - `applications` Account[] — List of applications/accounts.
    - `auth_token` string — The authorization token for this Project. This token should be kept a secret and is not returned in a normal request.
    - `date_created` string — The date, in RFC 2822 GMT format, this Project was created.
    - `date_updated` string — The date, in RFC 2822 GMT format, this Project was updated.
    - `friendly_name` string — The name of the Project, up to 250 characters long.
    - `owner_account_sid` string, uuid — The Project ID that uniquely identifies the parent of the Project.
    - `sid` string, uuid — The Project ID that uniquely identifies the Project.
    - `status` string — The status of the Project. Possible values are: active, suspended, or closed.
    - `subproject` boolean — Whether or not the project is a sub-project.
    - `subresource_uris` SubresourceUris — A Map of sub-resources that are linked to the given Project.
      - `available_phone_numbers` string, uri — URI for available phone numbers.
      - `calls` string, uri — URI for calls.
      - `conferences` string, uri — URI for conferences.
      - `incoming_phone_numbers` string, uri — URI for incoming phone numbers.
      - `notifications` string, uri — URI for notifications.
      - `outgoing_caller_ids` string, uri — URI for outgoing caller IDs.
      - `recordings` string, uri — URI for recordings.
      - `transcriptions` string, uri — URI for transcriptions.
      - `addresses` string, uri — URI for addresses.
      - `signing_keys` string, uri — URI for signing keys.
      - `connect_apps` string, uri — URI for connect apps.
      - `sip` string, uri — URI for SIP.
      - `authorized_connect_apps` string, uri — URI for authorized connect apps.
      - `usage` string, uri — URI for usage.
      - `keys` string, uri — URI for keys.
      - `applications` string, uri — URI for applications.
      - `short_codes` string, uri — URI for short codes.
      - `queues` string, uri — URI for queues.
      - `messages` string, uri — URI for messages.
    - `type` string — The type of the Project. Possible values are: Trial and Full.
    - `uri` string, uri — The URI for the Project.

## Other responses

- `401` — 401 Unauthorized response.

## Changes

- **2026-01-15** `686ef84c2abc` — 1 breaking
  - the response property `links/allOf[#/components/schemas/Pagination]/previous_page_uri` became nullable for the status `200`
- **2026-01-15** `3c88f14db21e` — 3 breaking, 25 warning, 3 info
  - the `applications/items/subproject` response's property type/format changed from `boolean`/`boolean` to `boolean`/`` for status `200`
  - the `applications/items/subresource_uris` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `links` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `applications/items/subresource_uris/addresses` from the response with the `200` status
  - …27 more

[Change history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/get.md)

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/07f73f74a61d/schema)
