---
title: "List accounts for the authenticated user"
method: GET
path: "/me/accounts"
tags: ["tokens"]
---

# List accounts for the authenticated user

`GET /me/accounts`

## Response `200`

List of accounts

- object[]
  - `id` string, required
  - `name` string, required

## Other responses

- `401` — Authentication failed

---

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