---
title: "Fetches information about the account owning this API Key."
method: GET
path: "/Account"
tags: ["Account", "Account"]
---

# Fetches information about the account owning this API Key.

`GET /Account`

This method requires no parameters, please see /Account/{AccountId} to fetch information about other accounts.

## Response `200`

Returns account information for the API key owner.

- GetAccountResponse
  - `UserId` integer
  - `Username` string
  - `EmailAddresses` GetAccountResponseEmail[]
    - `EmailAddress` string
    - `Confirmed` boolean
  - `OAuthLinks` AccountTypeLinkMapping[]
    - `Type` string
    - `Linked` boolean

## Other responses

- `401` — API Key is not specified, or invalid.
- `403` — Forbidden
- `404` — Account information not present in system for API Key.

---

[API](https://skmtc.dev/pishock/apis/pishock-public-api-v1.md) · [All operations](https://skmtc.dev/pishock/apis/pishock-public-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pishock/pishock-public-api-v1/revisions/271272058af7/schema)
