Skip to Content
BlitzPulse docs are live. Looking for Blitz Global? Visit https://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 for the caller.

Responses

CodeDescription
200Successful Response

DELETE /api/auth/sessions/{session_id}

Revoke Session

Parameters

NameInTypeRequiredDescription
session_idpathintegerrequired

Responses

CodeDescription
204Successful Response
422Validation Error