Test your access to an authenticated endpoint

Used to check authenticated endpoint integration.

SecurityBearerAuth
Responses
200

If a valid bearer token is supplied a decoded JWT is returned in the response

400

Bad request

403

Forbidden

404

Not found

500

Internal server error

get/oauth/token/test
Request samples
Response samples
application/json
{
  • "message": "token_ok",
  • "decodedJwt": {
    }
}