Authentication APIs
List of all cluster API endpoints within the Authentication
category. Each endpoint provides specific functionality for integrating with cluster services.
POST
Authenticate user with username and password
/auth/logout POST
Invalidate current session token
/auth/token GET
Retrieve information about the current access token
/auth/token/active GET
Retrieve all active tokens for the current user
/auth/token/{guid} DELETE
Invalidate a specific access token
/auth/otp/verify POST
Verify One-Time Password token for 2FA
/auth/totp/verify POST
Verify Time-based One-Time Password token
/auth/mobile/request POST
Send SMS token for mobile 2FA
/auth/mobile/verify POST
Verify SMS token for mobile 2FA
Back to API Categories Return to the main API categories page to browse other endpoints