Trying to understand how to programmatically list all OAuth clients in my organization and check their specific scope assignments. I am using the /api/v2/oauth/clients endpoint, but the response only provides basic client metadata.
“The OAuth client object does not explicitly list assigned scopes in the standard GET response.”
How do I retrieve the actual scope array for each client ID using the Python SDK or raw REST calls?