---
title: "GET /v4/auth/me"
method: GET
path: "/v4/auth/me"
tags: ["Authentication"]
---

# GET /v4/auth/me

`GET /v4/auth/me`

Get authenticated user information including address, profile, and authentication status.

## Cookies

- `jwt` string

## Response `200`

Response for status 200

- object
  - `address` string, required — User identity — wallet address, or `google:<email>` for Google sign-in
  - `authenticatedAt` number, required — Unix timestamp when the JWT was issued
  - `expiresAt` number, required — Unix timestamp when the JWT expires
  - `tags` string[], required — Tags associated with the user
  - `tier` number, required — Creator tier level
  - `provider` union, required — Auth method backing this session — derived from the JWT `provider` claim
    - string
    - string
  - `linkedGoogle` boolean, required — Whether a Google identity is linked to this account (`User.googleSub`)
  - `email` string — Display email — Google account email when known

---

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