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

# List accounts

`GET /accounts`

Lists the accounts the current authenticated entity has access to.

## Response `200`

Depending on how you are authenticated you will see all the accounts you have access to or the account you used to authenticate.

- object
  - `data` Account[]
    - `id` integer
    - `email` string
    - `plan_identifier` string
    - `created_at` string, date-time — A date-time value formatted as ISO 8601.
    - `updated_at` string, date-time — A date-time value formatted as ISO 8601.

## Changes

- **2023-07-18** (v2) `c8591dcf8c29` — 6 breaking
  - the response property `data` became optional for the status `200`
  - the response property `data/items/created_at` became optional for the status `200`
  - the response property `data/items/email` became optional for the status `200`
  - the response property `data/items/id` became optional for the status `200`
  - …2 more

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/accounts/get.md)

---

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