Skip to Content
BlitzPulse docs are live. Looking for the app? Visit https://app.blitzglobalcapital.com.
Api ReferenceAuth Sessions API

Auth Sessions API

Auto-generated from openapi-snapshot.json. Do not edit by hand — changes are overwritten by scripts/docs/generate_api_reference.py.

3 endpoints in this group.

GET /api/auth/sessions

List Sessions

Responses

CodeDescription
200Successful Response

POST /api/auth/sessions/revoke-others

Revoke Others

Revoke all non-current sessions. We don’t track current session id in the JWT today, so this revokes everything — the current browser will get a new row on next page load (login event) if needed. Simpler is fine for now; when we start writing session_id into the JWT, tighten this.

Responses

CodeDescription
200Successful Response

DELETE /api/auth/sessions/{session_id}

Revoke Session

Parameters

NameInTypeRequiredDescription
session_idpathintegerrequired

Responses

CodeDescription
204Successful Response
422Validation Error