---
title: "Retrieve account details"
method: GET
path: "/v1/user/account"
tags: ["User"]
---

# Retrieve account details

`GET /v1/user/account`

Retrieves the account details of the authenticated user.

## Response `200`

Account details retrieved successfully

- object
  - `status` string
  - `name` string
  - `email` string
  - `statusCode` integer
  - `usage` object
    - `remainingCredits` integer
  - `requestCompletionTime` string
  - `timestamp` string, date-time

## Other responses

- `500` — Server error

---

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