---
title: "Get overview of the account status."
method: GET
path: "/v1/account/status"
tags: ["accountManagement"]
---

# Get overview of the account status.

`GET /v1/account/status`

Get information related to the account's plan, pricing model, expiration and payment status.

## Response `200`

Overview of the account.

- AccountStatusResponse — Information about the account's plan and payment.
  - `pricingModel` string, required — Whether the account is `cloudflex` or `credits`
  - `canUpdatePlan` boolean, required — If the plan can be updated by the given user
  - `planType` string, required — Whether the account is `Free`/`Trial`/`Paid`
  - `planExpirationDays` integer — The number of days in which the plan will expire
  - `applicationUse` string, required — The current usage of the application.
  - `accountActivated` boolean — If the account is activated or not
  - `totalCredits` integer — Total amount of credits assigned to the account
  - `logModel` string — The log model of the account
  - `isSubscriptionV2` boolean — Indicates whether the account has v2 subscription enabled.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/e4e4c7554890/schema)
