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

# Get Account

`GET /v2/Account`

Retrieves account details

## Response `200`

Account Information

- ClientApiView
  - `name` string, nullable — The name of the client.
  - `totalAgents` integer — The total number of agents.
  - `creditBalance` number, double — The current credit balance.
  - `status` integer — Represents the authorization status for making calls. `1 - FullAccess` `2 - LimitedAccess` `3 - NoCredits` `4 - SuspendedAccount` `5 - DebtReached`

## Other responses

- `400` — Error

---

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