---
title: "Get Handler"
method: GET
path: "/v1/account"
---

# Get Handler

`GET /v1/account`

## Headers

- `x-api-key` string

## Cookies

- `lmnt-auth0` string, nullable

## Response `200`

Successful Response

- AccountResponse — Account information returned to users.
  - `plan` PlanInfo, required — Plan information returned to users.
    - `type` string, required
    - `commercial_use_allowed` boolean, required
    - `character_limit` integer, nullable
  - `usage` UsageInfo, required — Usage information returned to users.
    - `characters` integer
    - `playground_characters` integer
    - `credit_characters` integer
    - `instant_voices` integer, nullable
    - `professional_voices` integer, nullable
    - `period_end` integer, nullable
  - `apikeys` ApiKeyInfo[], nullable
    - `masked` string, required
    - `name` string, nullable
    - `created_at` integer, nullable
  - `accepted_tos` boolean, nullable
  - `sub_state` string, nullable
  - `cancel_at_period_end` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/lmnt/apis/yapster.md) · [All operations](https://skmtc.net/lmnt/apis/yapster/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lmnt/yapster/versions/f153248e1350/schema)
