---
title: "Retrieve account information"
method: GET
path: "/account"
---

# Retrieve account information

`GET /account`

Fetch details about the account based on the provided Bearer token in the Authorization header.

## Response `default`

Successful response with account information

- object
  - `account_id` string — Unique identifier for the account
  - `account_type` 'personal' | 'business' — Type of the account
  - `status` 'onboarding' | 'active' | 'locked' | 'deleted' | 'restrictedTransfer' — Current status of the account
  - `ziiname` string — Ziina username associated with the account
  - `display_name` string — Display name of the account holder
  - `profile_picture_url` string, url — URL of the profile picture

---

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