v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBoauthManagement
Get all scopes.
Get a list of all of the scopes that can be added to an oauth client.
get/v1/oauth/scopes
Response
A list of scopes that can be added to an oauth client.
Example response
{
"data": [
{
"id": "managePartitions",
"label": "Manage Partitions",
"type": "Manage",
"dependsOn": [
"viewPartitions"
],
"group": {
"id": "dataManagement",
"label": "Data Management"
}
}
]
}