Validate a bearer token.

Check if a given bearer token is valid and unexpired.
Note that the bearer token MUST be sent in the JSON body; it CANNOT be sent as an Authorization header.

Body Params
string
required
^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$

OAuth bearer token in JWT format.

Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json