{ "opencollection": "1.0.0", "info": { "name": "Arthur GenAI Engine Agent Discovery Organizations V1 API", "version": "2.1.688" }, "items": [ { "info": { "name": "Organizations V1", "type": "folder" }, "items": [ { "info": { "name": "Get Users Organization.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/organization" }, "docs": "Requires organization_read permission." }, { "info": { "name": "Patch Organization.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/organization", "body": { "type": "json", "data": "{}" } }, "docs": "Requires organization_update permission." }, { "info": { "name": "Delete Organization.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/organization" }, "docs": "Deletes user's organization. Requires organization_delete permission." } ] } ], "bundled": true }