Create a new API key.
POST/auth/api-keys
Generate a new API key for programmatic access to the API.
Important: The full API key is only shown once in the response. Store it securely.
Use the API key in requests as: Authorization: ApiKey {your_key}
Request
Responses
- 201
- 400
- 401
API key created successfully.
Invalid request data.
Authentication required.