---
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 — A named unique identifier for the resource. Allowed characters: `A-Za-z0-9_-`. Maximum of 100 characters.

## Response `200`

OK

- object
  - `links` Pagination
    - `uri` string
    - `first_page_uri` string
    - `next_page_uri` string
    - `previous_page_uri` string
    - `page` integer
    - `page_size` integer
  - `applications` object[]
    - `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 to retrieve.
    - `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` object — A Map of sub-projects that are linked to the given Project.
      - `available_phone_numbers` string, uri
      - `calls` string, uri
      - `conferences` string, uri
      - `incoming_phone_numbers` string, uri
      - `notifications` string, uri
      - `outgoing_caller_ids` string, uri
      - `recordings` string, uri
      - `transcriptions` string, uri
      - `addresses` string, uri
      - `signing_keys` string, uri
      - `connect_apps` string, uri
      - `sip` string, uri
      - `authorized_connect_apps` string, uri
      - `usage` string, uri
      - `keys` string, uri
      - `applications` string, uri
      - `short_codes` string, uri
      - `queues` string, uri
      - `messages` string, uri
    - `type` string — The type of the Project. Possible values are: Trial and Full.
    - `uri` string, uri — The URI for the Project.

---

[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/e1376ef9bfca/schema)
