Available Endpoints
Authentication API
Manage access tokens and user sessions:- Request an Access Token - Authenticate users with password grant or M2M applications with client credentials.
- Refresh the Access Token - Renew expired access tokens using a refresh token.
- End User Session - Revoke active tokens and terminate user sessions.
Authorization API
Control access permissions:- Validate User Permission - Check if a user has permission to perform a specific action.
User Information API
Retrieve authenticated user details:- Retrieve User Information
- Get basic information about the authenticated user.- Retrieve User Permissions - List all permissions assigned to the authenticated user.

