---
title: "Account"
method: GET
path: "/v1/account"
---

# Account

`GET /v1/account`

Read-only account summary: org, active key, monthly usage.

## Response `200`

Successful Response

- AccountResponse
  - `result` string
  - `email` string, nullable, required
  - `org` OrgSummary, required
    - `id` string, required
    - `tier` string, required
    - `status` string, required
  - `key` KeySummary, required
    - `prefix` string, required
    - `plaintext` string, nullable
    - `created_at` string, required
    - `last_used_at` string, nullable
  - `usage` UsageSummary, required
    - `calls_this_month` integer, required
    - `limit` integer, required
    - `resets_on` string, required

---

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