cURL
curl --request GET \ --url https://api.prelude.dev/v2/session/apps/{appID}/config/scopes \ --header 'Authorization: Bearer <token>'
{ "scopes": [ "<string>" ] }
List all configured scopes for the application.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the app the request refers to. An application's unique identifier.
"54e9ujn"
"fvua38g"
OK
Contact support