Create API key
POST/apikeys
Creates a new named API key. The key value is returned once — store it securely. Your first key must be created via the web app (Account → API Keys); subsequent keys can be created via this endpoint.
Request
Responses
- 201
- 400
- 403
Created API key — includes the key value (shown once only)
Validation error or maximum key limit reached
Not authorised (requires Pro plan)