Create an API key
POST/api/account/apikeys
Creates a new API key. The raw key is returned exactly once in data.key — store
it securely, it cannot be retrieved later. Maximum 10 active keys per account.
Request
Responses
- 201
- 400
- 401
API key created. The raw key is shown only here.
Maximum number of active API keys reached (10).
Missing or invalid credentials.