For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?