---
title: "Get current account"
method: GET
path: "/v1/me"
tags: ["Account"]
---

# Get current account

`GET /v1/me`

Return the account and team behind the API key making the request. Takes no parameters. Call it as a connection test to confirm a key is valid and to discover the `teamId` and account `email` a key belongs to.

## Response `200`

The account and team for the authenticated API key.

- MeResponse
  - `apiKeyId` string, required — The id of the API key used to authenticate this request.
  - `apiKeyNickname` string, required — The nickname given to the API key when it was created.
  - `email` string, required — The email address of the account the API key belongs to.
  - `displayName` string, nullable, required — The display name of the account the API key belongs to. `null` if the account has not set one.
  - `teamId` string, required — The id of the team the API key belongs to.

## Other responses

- `default` — Error

---

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