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: deactivate the old one and issue a replacement that inherits name/description/permissions/rate-limit/expiry. The new secret is returned once (#339 / WP-A7). The old key is invalid immediately.
- update_
api_ key - Update an API key (name, description, rate limit, expiration)