Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Validate OAuth Access Token

POST/opik/auth-oauthValidate OAuth Access Token

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

Parameters

Authorizationstringheader

Responses

200Validated token identityapplication/json
objectValidatedToken
expires_atstring · date-time
resourcestring
user_namestring
workspace_idstring
workspace_namestring
Example response
{
  "expires_at": "2026-06-09T00:00:00Z",
  "resource": "string",
  "user_name": "string",
  "workspace_id": "string",
  "workspace_name": "string"
}
401Missing, malformed, or unknown access token
Documentation menu