---
title: "Get current account"
method: GET
path: "/account"
tags: ["Account"]
---

# Get current account

`GET /account`

Returns the authenticated user's account information

## Response `200`

Account details

- object
  - `account` Account
    - `email` string, email
    - `name` string
    - `linkedProviders` string[] — List of linked OAuth providers

## Other responses

- `401` — Unauthorized - invalid or expired authentication

---

[API](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/delivr-ota-server-api/revisions/0ad4e4284735/schema)
