User Session
DISPLAY CURRENT USER SESSION
Returns current session of the user
GET /accounts/session
Returns current user session
{
content:
application/json:
schema:
$ref: '#/components/schemas/Session'
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated
Was this helpful?