---
title: "Retrieve account details"
method: GET
path: "/api/account"
tags: ["Account"]
---

# Retrieve account details

`GET /api/account`

Get the information of your 24fire account.

## Response `200`

Successful account details response

- AccountInfo
  - `status` string
  - `message` string
  - `data` object
    - `firstname` string
    - `lastname` string
    - `email` string
    - `profile_image` string
    - `balance` number
    - `is_plus_user` boolean
    - `registry_date` string, date-time
    - `discord_id` string, nullable
    - `invoice_address` object
      - `name` string
      - `street` string
      - `number` string
      - `zip` string
      - `city` string
      - `country` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/evicka-studio/apis/24fire-rest-api-v2.md) · [All operations](https://skmtc.dev/evicka-studio/apis/24fire-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evicka-studio/24fire-rest-api-v2/revisions/ee3da07b5d44/schema)
