---
title: "Identify the user"
method: GET
path: "/api/whoami"
tags: ["User"]
---

# Identify the user

`GET /api/whoami`

Returns information about the user making the request based on the provided JWT token.

## Headers

- `Authorization` string, required

## Response `200`

User information

- object

## Other responses

- `500` — Error retrieving user info from token" or "Error Marshal

---

[API](https://skmtc.net/signal18/apis/untitled-api.md) · [All operations](https://skmtc.net/signal18/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signal18/untitled-api/revisions/7465ea0ee21a/schema)
