API Key Management
3.1. Assign API Key
{ "username": "string (3-50 characters, alphanumeric)" }
{ "message": "API key generated successfully.", "api_key": "op-<user_hash>-<key_hash>" }{ "detail": "User already has a valid API key." }{ "detail": "User not found." }{ "detail": "Failed to store API key." }{ "detail": "Unauthorized" }
3.2. Generate API Key
3.3. Validate API Key
3.4. Revoke API Key
Last updated