function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mahesh chandramahesh chandra 

Find out the OAuth scopes assigned to an app installed in Salesforce

The OAuth Scopes assigned to a connected App in Salesforce can be retrieved from the Salesforce UI in the App details.
Is there any way to retrieve these data through REST API? 
Andy BoettcherAndy Boettcher
You're going to need to use the Metadata API.

https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_connectedapp.htm
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_connectedapp.htm#connectedAppOauthConfig_title
mahesh chandramahesh chandra
Thanks Andy Boettcher.