---
title: "Userinfo Endpoint"
method: GET
path: "/api/v1/oauth/userinfo/"
tags: ["oidc_oauth"]
---

# Userinfo Endpoint

`GET /api/v1/oauth/userinfo/`

Route userinfo requests based on JWT cluster claim.

Decodes JWT from Authorization header (without verification) to extract
cluster claim, then routes to the appropriate cluster.

## Headers

- `authorization` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/spotdraft/apis/oogway-be-router.md) · [All operations](https://skmtc.net/spotdraft/apis/oogway-be-router/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotdraft/oogway-be-router/revisions/738a4b0ef47e/schema)
