Captivate API - OAuth Scope
what are the 4 default role "values" that would be passed in the scope parameter when using the Captivate API to authenticate? we are receiving a "BAD Request Incorrect Scope" and cannot find a list of specific values we should be passing.
example,
https://captivateprimeeu.adobe.com/oauth/o/authorize?scope=SOMETHING&client_id=XXXYYY....
where SOMETHING equals a valid valud the api call expects.
Error:
{"status": "BAD_REQUEST","title": "Execution Error","source": {"info": "Incorrect scope"}}
