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

# Get account

`GET /account`

Returns your account details including credit balance.

## Response `200`

OK

- Account
  - `id` integer
  - `email` string, email
  - `credit` number, float — Wallet balance in USD
  - `verified` boolean
  - `notify_credit_enabled` boolean
  - `notify_credit_threshold` number, float

## Other responses

- `401` — Unauthorized

---

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