---
title: "Get token details"
method: GET
path: "/me"
tags: ["tokens"]
---

# Get token details

`GET /me`

## Response `200`

Token details

- Me
  - `account` object
    - `id` string, required — The account ID.
    - `name` string, required — The name of the account.
  - `token` object
    - `capabilities` string[], required — An array containing the access capabilities associated with the access token.
    - `id` integer, required — The token ID. This is a UUID.
    - `name` string, required — The friendly name for the token.
  - `user` object
    - `email` string, required — Email address of the user associated with the account.
    - `id` integer, required — The user ID associated with the account. This is a UUID.

## Other responses

- `401` — Authentication failed
- `500` — Internal server error

---

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