API Specification
Authentication
Revoke Authorisation POST
Revokes a specific OAuth authorisation, preventing the application from accessing the user's data. This will invalidate all tokens issued to the application. **Required scopes:** `oauth:client-authorisations:revoke`
Get Redirect URLs POST
Returns the OAuth redirect URLs configured for an application, used to initiate the authentication flow. No authentication required.