Expand description
API Key Management Handlers — Public API v2 (Issues #111, #232)
Enables third-party integrations with KoproGo via API keys. Supports: PropTech, notaries, energy providers, accounting software.
Structs§
- ApiKey
Created Response - ApiKey
Dto - ApiKey
List Response - ApiKey
Response - Create
ApiKey Request - Update
ApiKey Request - create_
api_ key - Create a new API key (Syndic or SuperAdmin only)
- get_
api_ key - Get a specific API key (hidden body)
- list_
api_ keys - List API keys for organization (key bodies hidden)
- revoke_
api_ key - Revoke an API key (disable it)
- rotate_
api_ key - Rotate an API key (generate a new one, disable old one) Note: This is a placeholder for future implementation
- update_
api_ key - Update an API key (name, description, rate limit, expiration)