Skip to content

Sessions

Endpoints related to user authentication and session management.

Login

POST /sessions

  • Public
  • Creates a new session (login).

Get Current Session

GET /sessions

  • Authenticated
  • Retrieves information about the current active session.

Logout

DELETE /sessions

  • Authenticated
  • Invalidates the current session.

Refresh Session

PATCH /sessions

  • Authenticated
  • Refreshes the session token.