Indox Auth API - OSLLM AI
string · required
Get all active sessions for the authenticated user. DMSM 7.6
GET
/auth/api/v1/sessions/
Get all active sessions for the authenticated user with device information.
Only returns sessions that are not expired and not revoked. Revoked or expired sessions are filtered out for cleaner API response.
🔒 Requires Authentication: Bearer token in Authorization header
Get all active sessions for the authenticated user. DMSM 7.6 › Responses
OK
Response model for sessions list.
object[] · required
Revoke all sessions for the authenticated user (logout from all sessions). DMSM 7.7
DELETE
/auth/api/v1/sessions/revoke-all/
Revoke all sessions for the authenticated user (logout from all sessions).
🔒 Requires Authentication: Bearer token in Authorization header
Note: The current session making this request will be preserved.
Revoke all sessions for the authenticated user (logout from all sessions). DMSM 7.7 › Responses
OK
Response model for simple message replies.
message