POST
/
sessions
/
validate

Body

application/json
session_token
string
required

The session token (JWT) to validate

Response

200 - application/json
expiration_time
string

Date-time indicating the expiration of the session

is_valid
boolean

Indicates whether the session is valid or not

user_id
string

The ID of the user the session is associated with