> ## Documentation Index
> Fetch the complete documentation index at: https://dev.kloo.li/llms.txt
> Use this file to discover all available pages before exploring further.

# User

> Retrieve the authenticated account profile, plan, and billing details.

Fetch the account behind your API key — profile, plan, billing, and related fields.

<Note>
  Single read-only endpoint: retrieve the authenticated user.
</Note>

## Endpoints

<CardGroup cols={1}>
  <Card title="Retrieve one" icon="eye" href="/en/api-reference/user/retrieve-one-user" horizontal>
    `GET` `/user`
  </Card>
</CardGroup>
