Get All OAuth Clients Configurations
GET/oauth-clients
Retrieves a list of all OAuth client configurations for the tenant. Use this endpoint to view details such as client IDs, redirect URIs, scopes, and other relevant settings for each OAuth client.
Responses
- 200
- 403
- 500
OK: The request was successful.
Status Forbidden: The client does not have permission to access the resource.
Status Internal Server Error: The server encountered an unexpected error.