Create an API key
POST/api-keys
Create a new API key. The raw token is returned only once in the response.
Request
Responses
- 201
- 401
- 403
- 422
- 429
- 500
API key created. The raw token is shown only once.
Unauthorized
The key may not create a key with the requested scopes
Validation error
Rate limit exceeded
Internal server error