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

# GET /v1/account/

`GET /v1/account/`

Get your account details including email, plan, credit balance, and all API keys. Use this to check your current credit balance before making API calls.

## Response `200`

Default Response

- object
  - `id` string, required — Your account ID
  - `email` string, required — Account email address
  - `email_verified` boolean, required — Whether the email has been verified
  - `plan` 'free' | 'paid', required — Current billing plan
  - `credit_balance` number, required — Current credit balance available for API calls
  - `api_keys` object[], required — All API keys associated with this account
    - `id` string, required — Unique API key identifier
    - `label` string, required — Human-readable label for the key
    - `prefix` string, required — First 8 characters of the key for identification
    - `rate_limit` number, required — Requests per minute allowed for this key
    - `is_active` boolean, required — Whether the key is currently active
    - `created_at` string, date-time, required — When the key was created
  - `created_at` string, date-time, required — When the account was created

## Other responses

- `401` — Default Response

---

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