<!-- Generated from the canonical Teloring documentation source. Do not edit this file. -->

Canonical page: https://docs.teloring.com/api/introspect-token
Last modified: 2026-08-20T20:52:05.000Z

# Inspect the current token

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Inspect the current token"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/oauth/introspect"}
  context={"endpoint"}
>
  
</MethodEndpoint>



What this token can do: which account it belongs to and exactly which scopes it
holds.

Call it first when something is unexpected. Between the account id and the scope
list it explains almost every surprising `403`, and it costs nothing.

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./introspect-token.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./introspect-token.StatusCodes.json")}
>
  
</StatusCodes>
