{ "opencollection": "1.0.0", "info": { "name": "Arthur Scope Agents V1 Organizations V1 API", "version": "0.1.0" }, "items": [ { "info": { "name": "Organizations V1", "type": "folder" }, "items": [ { "info": { "name": "Get Users Organization.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/organization", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform-auth.arthur.ai/realms/arthur/protocol/openid-connect/auth", "accessTokenUrl": "https://platform-auth.arthur.ai/realms/arthur/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Requires organization_read permission." }, { "info": { "name": "Patch Organization.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/organization", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform-auth.arthur.ai/realms/arthur/protocol/openid-connect/auth", "accessTokenUrl": "https://platform-auth.arthur.ai/realms/arthur/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Requires organization_update permission." }, { "info": { "name": "Delete Organization.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/organization", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform-auth.arthur.ai/realms/arthur/protocol/openid-connect/auth", "accessTokenUrl": "https://platform-auth.arthur.ai/realms/arthur/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Deletes user's organization. Requires organization_delete permission." } ] } ], "bundled": true }