---
title: "Retrieve information about the currently authorised request"
method: GET
path: "/v1/me"
tags: ["Me"]
---

# Retrieve information about the currently authorised request

`GET /v1/me`

## Response `200`

User information

- MeV1MyDetails
  - `authenticated` boolean — True if the current request was successfully authenticated
  - `clientId` string, nullable — The Client ID or API Key used to authenticated this request
  - `subjectId` string, nullable — A unique user id, only if this request is authenticated as a user context.
  - `subjectEmail` string, nullable — The users email address if available

## Other responses

- `default` — Error

---

[API](https://skmtc.net/domain/apis/domain-public-api.md) · [All operations](https://skmtc.net/domain/apis/domain-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/domain/domain-public-api/revisions/24ab78aba827/schema)
