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/mobile/request POST Send SMS token for mobile 2FA /auth/mobile/verify POST Verify SMS token for mobile 2FA /auth/otp/verify POST Verify One-Time Password token for 2FA /auth/passwordless/clear-ratelimit POST Admin endpoint to clear rate limit for passwordless login /auth/passwordless/request POST Request a passwordless login code via email or SMS /auth/passwordless/verify POST Verify the passwordless login code and get access token /auth/renew POST Use refresh token to get a new access 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/totp/verify POST Verify Time-based One-Time Password token Back to API Categories Return to the main API categories page to browse other endpoints
