---
title: "Get Account Information"
method: GET
path: "/v1/accounts/me"
tags: ["Accounts"]
---

# Get Account Information

`GET /v1/accounts/me`

Retrieves basic information about the authenticated account.

## Response `200`

OK

- AccountInformationResource
  - `id` number, required — The unique ID for the authenticated account.
  - `name` string, nullable, required — The name assigned to the account. This field is null if no name has been assigned. Names are usually set by an admin and can be a helpful way to orient a user by informing them about which account an app will interact with.

## Other responses

- `403` — Forbidden

---

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