Skip to content
memghost.com Open App

Overview

Authentication and session management API for HabitatEcho. Provides endpoints for user login, token refresh, logout, and session management.

All endpoints follow the event-driven architecture pattern with async command processing. Commands return 202 Accepted with Location header, queries return 200 OK synchronously.

  • OpenAPI version: 3.0.3

JWT token authentication. Include the token in the Authorization header as “Bearer {token}”

Security scheme type: http

Bearer format: JWT