Skip to main content
GET
Get Team API Keys

Authorizations

Authorization
string
header
required

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."}

success
boolean

True if keys were found, false if none

keys_found
integer

Total number of active keys returned (present when keys exist)

keys
object

Map of rights_id to array of key objects for that role

msg
string

Present when no keys are found