---
title: "Get account information"
method: GET
path: "/accounts/info"
tags: ["Account Management"]
---

# Get account information

`GET /accounts/info`

Retrieves comprehensive information about the authenticated user's current account in a public-facing format (no sensitive data is returned).

## Response `200`

Account information retrieved successfully

- object
  - `data` AccountPublicInfo, required
    - `name` string — Account name (normalized)
    - `id` string — Account unique identifier - 10 digits
    - `display_name` string — Account display name
    - `root_email` string, email — Root user email address
    - `subscription_status` 'active' | 'pending' | 'cancelled' — Subscription status
    - `subscription_plan` string — Subscription plan
    - `emergency_credit` number, float — Emergency credit amount
    - `country` string — Country
    - `company_name` string — Company name
    - `address` string — Address
    - `website` string — Website
    - `phone_number` string — Phone number
    - `scheduled_for_deletion` boolean — Whether the account is scheduled for deletion
    - `deletion_date` string, date-time — If the account is scheduled for deletion, it will be deleted on this date
    - `region` string — Region
    - `provider` string — Provider
    - `bstier` integer — BS tier
    - `cloud` boolean — Cloud functionality enabled. It true, the user has access to quiva.ai Cloud
    - `hub` boolean — Hub functionality enabled. It true, the user has access to quiva.ai Hub

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway/revisions/771d118bd4d1/schema)
