---
title: "Fetch the account specified by the provided Account Sid"
method: GET
path: "/2010-04-01/Accounts/{Sid}.json"
tags: ["Api20100401Account"]
---

# Fetch the account specified by the provided Account Sid

`GET /2010-04-01/Accounts/{Sid}.json`

Fetch the account specified by the provided Account Sid

## Path parameters

- `Sid` string, required

## Response `200`

OK

- ApiV2010Account
  - `auth_token` string, nullable — The authorization token for this account. This token should be kept a secret, so no sharing.
  - `date_created` string, date-time-rfc-2822, nullable — The date that this account was created, in GMT in RFC 2822 format
  - `date_updated` string, date-time-rfc-2822, nullable — The date that this account was last updated, in GMT in RFC 2822 format.
  - `friendly_name` string, nullable — A human readable description of this account, up to 64 characters long. By default the FriendlyName is your email address.
  - `owner_account_sid` string, nullable — The unique 34 character id that represents the parent of this account. The OwnerAccountSid of a parent account is it's own sid.
  - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
  - `status` 'active' | 'suspended' | 'closed' — The status of this account. Usually `active`, but can be `suspended` or `closed`.
  - `subresource_uris` object, nullable — A Map of various subresources available for the given Account Instance
  - `type` 'Trial' | 'Full' — The type of this account. Either `Trial` or `Full` if it's been upgraded
  - `uri` string, nullable — The URI for this resource, relative to `https://api.twilio.com`

---

[API](https://skmtc.net/twilio/apis/api-v2010.md) · [All operations](https://skmtc.net/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/api-v2010/revisions/6b6ffccef14c/schema)
