Scopes
The scope
parameter specifies the types of access that your integration needs for a user's account. The list of possible scopes used in the Connect APIs are shown below:
For example, if you just require your integration to read design metadata, you can use the design:meta:read
scope. If you require your integration to read designs, as well as write to any folder, you can use both the design:meta:read
and the folder:write
scopes.