v1
latestOpenAPI 3.1.02026-07-2419782400.4 KBScopes
Retrieve scopes
Retrieve a JSON formatted overview of the existing scopes within Bynder and the required user permissions.
get/v6/authentication/oauth2/scopes
Response
Successful response
Example response
{
"groups": [
{
"name": "Group name",
"scopes": [
{
"name": "scope:action",
"description": "Scope description",
"anyOfPermissions": [
"scope.permission"
]
}
]
}
]
}