{ "opencollection": "1.0.0", "info": { "name": "Arthur GenAI Engine Agent Discovery API Keys API", "version": "2.1.688" }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "Get All Active Api Keys", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/auth/api_keys/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All Active Api Keys" }, { "info": { "name": "Create Api Key", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/auth/api_keys/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generates a new API key. Up to 1000 active keys can exist at the same time by default. Contact your system administrator if you need more. Allowed roles are: DEFAULT-RULE-ADMIN, TASK-ADMIN, VALIDATION-USER, ORG-AUDITOR, ORG-ADMIN." }, { "info": { "name": "Get Api Key", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/auth/api_keys/:api_key_id", "params": [ { "name": "api_key_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Api Key" }, { "info": { "name": "Deactivate Api Key", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/auth/api_keys/deactivate/:api_key_id", "params": [ { "name": "api_key_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deactivate Api Key" } ] } ], "bundled": true }