Session Management
Validate a session
Validate a session using a session token in a request body.
POST
Body
application/json
The session token (JWT) to validate
Response
200
application/json
Session validation response
Indicates whether the session is valid or not
Date-time indicating the expiration of the session. Deprecated, please use claims.expiration
instead.
The ID of the user the session is associated with. Deprecated, please use claims.subject
instead.
The claims extracted from a JWT.
Was this page helpful?