---
title: "Get account info"
method: GET
path: "/account"
---

# Get account info

`GET /account`

## Response `200`

Account details for the authenticated workspace and API key

- object
  - `uid` string — Workspace UID
  - `workspace` string — Workspace name
  - `plan` string — Subscription plan
  - `quota` object
    - `max` integer
    - `current` integer
    - `remaining` integer
  - `api_key` object
    - `name` string — API key name / identifier
    - `scopes` string[] — Endpoints this key is authorized for (e.g. `images:write`). Empty array means full access — no scope restrictions.
    - `allowed_origins` string[] — Origins allowed to use this key from a browser (e.g. `https://mysite.com`). Empty array = no origin restriction.
  - `created_at` string, date-time

---

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