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'
}

Last updated