---
title: "Find an Account by ID"
method: GET
path: "/Accounts/{Sid}"
tags: ["Accounts"]
---

# Find an Account by ID

`GET /Accounts/{Sid}`

Find a Project (also referred to as _Account_) by ID.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Management_.

[Learn more about API scopes](/platform/dashboard/getting-started/your-signalwire-api-space#api-token-scopes).

## Path parameters

- `Sid` string, uuid, required

## Response `200`

The request has succeeded.

- AccountResponse — Response containing a single account.
  - `sid` string, uuid, required — The unique identifier for this Project.
  - `friendly_name` string, required — The name of the Project.
  - `status` 'active', required — The status of the Project.
  - `auth_token` string, required — The authorization token for this Project. Always returns 'redacted' for security.
  - `date_created` string, required — The date and time this Project was created, in RFC 2822 format.
  - `date_updated` string, required — The date and time this Project was last updated, in RFC 2822 format.
  - `type` 'Full', required — The type of the Project.
  - `owner_account_sid` string, uuid, required — The Project ID of the parent project. For parent projects, this is the same as sid.
  - `region_preference` string, required — The preferred region for the Project.
  - `uri` string, required — The URI for the Project.
  - `subproject` boolean, required — Whether this project is a sub-project of another project.
  - `signing_key` string, nullable, required — The signing key for the Project. Only returned once when a subproject is created. Subsequent requests return null.
  - `subresource_uris` SubresourceUris, required — A Map of sub-resources that are linked to the given Project.
    - `addresses` unknown, required
    - `available_phone_numbers` string, required — URI for available phone numbers.
    - `applications` string, required — URI for applications.
    - `authorized_connect_apps` unknown, required
    - `calls` string, required — URI for calls.
    - `conferences` string, required — URI for conferences.
    - `connect_apps` unknown, required
    - `incoming_phone_numbers` string, required — URI for incoming phone numbers.
    - `keys` unknown, required
    - `notifications` unknown, required
    - `outgoing_caller_ids` unknown, required
    - `queues` string, required — URI for queues.
    - `recordings` string, required — URI for recordings.
    - `sandbox` unknown, required
    - `sip` unknown, required
    - `short_codes` unknown, required
    - `messages` string, required — URI for messages.
    - `transcriptions` string, required — URI for transcriptions.
    - `usage` unknown, required

## Other responses

- `400` — The request was invalid or cannot be processed. Check the error details for more information.
- `401` — Authentication failed. Please verify your credentials and try again.
- `404` — The requested resource was not found. Please verify the resource identifier.

## Changes

- **2026-01-21** `250c3ae23842` — 10 breaking, 3 info
  - the `subresource_uris/allOf[#/components/schemas/SubresourceUris]/addresses` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `subresource_uris/allOf[#/components/schemas/SubresourceUris]/authorized_connect_apps` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `subresource_uris/allOf[#/components/schemas/SubresourceUris]/connect_apps` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `subresource_uris/allOf[#/components/schemas/SubresourceUris]/keys` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - …9 more
- **2026-01-20** `dce1bcef69f0` — 1 info
  - added the non-success response with the status `400`
- **2026-01-19** `d5fbaaddfa3e` — 28 breaking, 1 warning, 32 info
  - the response property `subresource_uris/allOf[#/components/schemas/SubresourceUris]/addresses` became nullable for the status `200`
  - the response property `subresource_uris/allOf[#/components/schemas/SubresourceUris]/authorized_connect_apps` became nullable for the status `200`
  - the response property `subresource_uris/allOf[#/components/schemas/SubresourceUris]/connect_apps` became nullable for the status `200`
  - the response property `subresource_uris/allOf[#/components/schemas/SubresourceUris]/keys` became nullable for the status `200`
  - …57 more
- …earlier changes not shown

[Full history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:Sid/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/8891278c1908/schema)
