Get Team API Keys
Team
Get Team API Keys
Returns all active API keys for team members grouped by role, showing which member holds each key.
GET
Get Team API Keys
Authorizations
API key must be provided in the Authorization header
Response
{"success": true, "keys_found": N, "keys": {<rights_id>: [{id, user_id, username, key, key_type, created_at, role_name}]}} or {"success": false, "msg": "No active team API keys found."}