System

Create API Key

Create a new API key. Requires an internal or enterprise API key. Returns the generated key string: save it, it cannot be retrieved later.

post/keys

Request body

namestring required
mode'live' | 'test'

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}