Create a new API key
POST/api/api-keys
Creates a new API key scoped to the specified permissions. The full key value is only returned in this response and cannot be retrieved later.
Request
Responses
- 201
- 400
- 401
- 500
API key created. Store the key value securely - it will not be shown again.
Validation error or invalid scope value
Not authenticated
Server error