GET
/
session
{
  "username": "<string>",
  "email": "jsmith@example.com",
  "role": "<string>",
  "reset_token": "<string>",
  "reset_token_expires": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Successful Response
username
string | null
email
string | null
role
string | null
reset_token
string | null
reset_token_expires
string | null