Skip to main content

Get the Scopes for this API

GET 

/v1/scopes

Get a list of all the Scopes supported by the Numeno Persona 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:

  • persona:personas:read - can read any Persona (eg. GET /personas, /personas/:id, etc.)
  • persona:personas:write - can write (and read) any Persona
  • persona:personas:* - can perform any action on Personas
  • persona:*:read - can read any resource on persona
  • *:*:* - can do everything

Responses

List of scopes