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

# Get Account Details

`GET /account`

'Account details may be retrieved by issuing an HTTP GET to https://app.zencoder.com/api/v2/account. Account states are `Active`, `Stopped`, `Suspended`, and `Cancelled`. Billing states are `Active`, `Past Due`, and `Cancelled`.'

## Headers

- `Content-Type` string, required
- `Zencoder-Api-Key` string, required

## Response `200`

Get account details response.

- GetAccountDetailsResponse
  - `account_state` 'active' | 'stopped' | 'suspended' | 'cancelled' — The current account state
  - `plan` string — The current account plan
  - `billing_state` 'active' | 'past due' | 'cancelled' — The current billing state
  - `minutes_used` integer — Minutes of encoded output used this month
  - `minutes_included` integer — Minutes of encoded output included in the plan per month
  - `integration_mode` boolean — Whether the account is in integration (test) mode

## Other responses

- `403` — Forbidden
- `500` — Server error

---

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