Get the Scopes for this API
GET/v1/scopes
Get a list of all the Scopes supported by the Numeno Article Recommender 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
:
art-rec:feeds:read
- can read any Feed (eg.GET
/feeds
,/feeds/:id
,/feeds/:id/streams
, etc.)art-rec:feeds:write
- can write (and read) any Feedart-rec:feeds:*
- can perform any action on Feedsart-rec:*:read
- can read any resource onart-rec
*:*:*
- can do everything
Responses
- 200
- 400
- 429
- 500
List of scopes
Bad request
Too many requests
Internal server error