{ "401": {}, "500": {}, "listKeyResponse": { "keys": [ { "name": "<string>", "desc": "<string>", "api_key": "<string>", "access_perms": "<string>", "createdAt": "<string>" } ], "total": 123 } }
Lists all API keys for the authenticated user
{}
Show properties
Show items
{ "listKeyResponse": { "keys": [ { "name": "Production API Key", "desc": "Used for production server integration", "api_key": "brx_api_1234...abcdef", "access_perms": "read-only", "createdAt": "2023-01-01T00:00:00.000Z" }, { "name": "Development API Key", "desc": "Used for development and testing", "api_key": "brx_api_5678...ghijkl", "access_perms": "read-write", "createdAt": "2023-01-02T00:00:00.000Z" } ], "total": 2 } }
{ "listKeyResponse": { "keys": [], "total": 0 } }
access_perms