Expand description
API Key management endpoints
Structs§
- ApiKey
List Item - Response for API key list/read operations
- Create
ApiKey Req - Request to create a new API key
- Create
ApiKey Res - Response for creating an API key (includes plaintext key shown only once)
- Update
ApiKey Req - Request to update an API key
Functions§
- create_
api_ key - POST /api/auth/api-keys - Create a new API key
- delete_
api_ key - DELETE /api/auth/api-keys/{key_id} - Delete an API key
- get_
api_ key - GET /api/auth/api-keys/{key_id} - Get a specific API key
- list_
api_ keys - GET /api/auth/api-keys - List all API keys for the authenticated tenant
- update_
api_ key - PATCH /api/auth/api-keys/{key_id} - Update an API key