---
title: "Validate OAuth Access Token"
method: POST
path: "/opik/auth-oauth"
tags: ["MCP OAuth"]
---

# Validate OAuth Access Token

`POST /opik/auth-oauth`

Introspects a bearer access token and returns the identity it resolves to

## Headers

- `Authorization` string

## Response `200`

Validated token identity

- ValidatedToken
  - `user_name` string
  - `workspace_id` string
  - `workspace_name` string
  - `resource` string

## Other responses

- `401` — Missing, malformed, or unknown access token

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
