Skip to main content
GET

Overview

Returns metadata for the session currently marked active in Memanto’s local state — useful to verify session validity before executing memory operations. The endpoint reads the active session marker on the server; no parameters are required.

Authentication

No session token — Memanto resolves the active session from local server state.
string
Bearer <key> — required unless the request originates from a loopback client. See Management Endpoint Authentication.
string
Alternative to Authorization: Bearer — same credential.

Next Steps