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

# Get Account

`GET /accounts/me`

Retrieve the account associated with the current API key

## Response `200`

OK

- Account
  - `username` string, required — The username associated with the account.
  - `email_address` string, required — The email address associated with the account.

## Other responses

- `401` — Unauthorized
- `409` — Conflict
- `429` — Too Many Requests

---

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