---
title: "Get current user information"
method: GET
path: "/v1/user/me"
tags: ["User"]
---

# Get current user information

`GET /v1/user/me`

Returns the current user information. Works with both session-based authentication (browser) and API token-based authentication (server-to-server). Returns user details if authenticated, or guest info if not authenticated.

## Response `200`

User information

- object
  - `success` true, required
  - `data` object, required
    - `user` unknown
    - `session` unknown
    - `apiToken` unknown
    - `authType` 'session' | 'api-token' | 'none', required
    - `isAuthenticated` boolean, required
    - `message` string
  - `creditsCost` number — Credits consumed by this operation
  - `requestId` string, uuid, required — Unique request identifier for tracing
  - `timestamp` string, date-time, required — ISO timestamp when the response was generated

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/weblinq/apis/weblinq-api.md) · [All operations](https://skmtc.net/weblinq/apis/weblinq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weblinq/weblinq-api/versions/364690cf91b7/schema)
