---
title: "Retrieves a collection of Accounts belonging to the account used to make the request"
method: GET
path: "/2010-04-01/Accounts.json"
tags: ["Api20100401Account"]
---

# Retrieves a collection of Accounts belonging to the account used to make the request

`GET /2010-04-01/Accounts.json`

Retrieves a collection of Accounts belonging to the account used to make the request

## Query parameters

- `FriendlyName` string
- `Status` 'active' | 'suspended' | 'closed' — The status of this account. Usually `active`, but can be `suspended` or `closed`.
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `end` integer
  - `first_page_uri` string, uri
  - `next_page_uri` string, uri, nullable
  - `page` integer
  - `page_size` integer
  - `previous_page_uri` string, uri, nullable
  - `start` integer
  - `uri` string, uri
  - `accounts` 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)
