Get the Scopes for this API
GET/v1/scopes
Get a list of all the Scopes supported by the Numeno Admin API. Scopes are used to let API Keys access only certain parts of the API.
Scopes are expressed as a string of the form api:resource:action
:
admin:keys:read
- can read any Key (eg.GET
/keys
,/keys/:id
, etc.)admin:keys:write
- can write (and read) any Keyadmin:keys:*
- can perform any action on Keysadmin:*:read
- can read any resource onadmin
*:*:*
- can do everything
Responses
- 200
- 400
- 429
- 500
List of scopes
Bad request
Too many requests
Internal server error