Skip to main content
This page has now been ARCHIVED. Please visit: Access Token Introspection
The client might use the token introspection endpoint to to obtain information about access tokens. Clients can use this endpoint to check the validity of access tokens and find out other information, such as which resource and what scopes are associated with the token.

Introspection Request

Token introspection endpoint uses basic client authentication, using client identifier and client secret. Client calls the introspection endpoint using HTTP POST request, with parameters sent as application/x-www-form-urlencoded data.

Introspection Response

The server responds with a JSON object in application/json format with the following top-level members.

Example

In this example, a client with a client identifier s6BhdRkqt3 and a client secret gX1fBat3bV issues a token introspection request to introspect an access token with the value of mF_9.B5f-4.1JqM.
Introspection response: