Check whether the current access token session is active
HEAD/v1/sessions/current
Validates the bearer access token and its backing Identity session. A successful HEAD response confirms that the session is active and intentionally returns no response body.
Request
Responses
- 200
- 401
- 500
The current access token session is active. The HEAD response has no body.
The access token is missing, invalid, expired, revoked or has no active session.
An unexpected internal error occurred.