Token Validation Request

To send a validate access token request, use the following parameters to the query component of the authorization endpoint URI using the "application/x-www-form-urlencoded" format in the HTTP GET request:

Token Validation API Parameters
Parameter Description
access_token Specifies the access_token issued by the authorization server.

Required.

Token Validation Request Example

To validate an access token issued by the authorization server, send an HTTP GET request using TLS with the following parameter:

Send the following HTTP request using TLS:

GET /asg/oauth2/access_token/2YotnFZFEjr1zCsicMWpAA HTTP/1.1 

Host: server.example.com