---
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[], required
    - `id` integer, required
    - `email` string, required
    - `plan_identifier` string, required
    - `created_at` string, date-time, required — A date-time value, representing when the entry was created, formatted as ISO 8601.
    - `updated_at` string, date-time, required — A date-time value, representing when the entry was last updated, formatted as ISO 8601.

---

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