Create Api Key
POST/api/v1/api-keys/
Create a new API key for an organization.
Args: api_key_data: API key creation data request: FastAPI request object (for headers) db: Database session
Returns: Created API key with the actual key value (only shown once)
Request
Responses
- 201
- 422
Successful Response
Validation Error