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
Bhushan burujwaleBhushan burujwale 

API to fetch Connected Apps Scopes and Namespace associated with that Connected App

Hi,
I want a API Endpoint which will fetch the Connected Apps Scopes and Namespace associated with it.
Thanks.
SwethaSwetha (Salesforce Developers) 
HI Bushan,
Based on the answer from a reputed source on https://salesforce.stackexchange.com/questions/208956/how-to-get-connectedapp-details-using-rest-api , you will need to use metadata API

Try approach mention in https://salesforce.stackexchange.com/questions/354257/retrieving-oauth-scopes-from-an-installed-connected-app

If this information helps, please mark the answer as best. Thank you