Skip to main content

Create a new Key for your organization

POST 

/v1/keys

Create a new Key and give it access to one or more Scopes from the various Numeno APIs.

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 Feed
  • art-rec:feeds:* - can perform any action on Feeds
  • art-rec:*:read - can read any resource on art-rec
  • *:*:* - can do everything

Request

Responses

Key created successfully