{ "opencollection": "1.0.0", "info": { "name": "AI Advisor AiAdvisorDataService TenantService API", "version": "v202511" }, "request": { "auth": { "type": "apikey", "key": "X-CH-Auth-Email", "value": "{{X-CH-Auth-Email}}", "placement": "header" } }, "items": [ { "info": { "name": "TenantService", "type": "folder" }, "items": [ { "info": { "name": "List MKP tenants.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/mkp/v202407/tenants" }, "docs": "Returns a list of MKP tenants." }, { "info": { "name": "Create a tenant.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/mkp/v202407/tenants", "body": { "type": "json", "data": "{}" } }, "docs": "Create tenant from request. returns created tenant." }, { "info": { "name": "Get information aboout a tenant.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/mkp/v202407/tenants/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns information about package specified with ID." }, { "info": { "name": "Update a tenant.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/mkp/v202407/tenants/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique system assigned identifier of the tenant" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update tenant attributes specified with id." }, { "info": { "name": "Delete a tenant.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/mkp/v202407/tenants/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deletes the tenant specified with id." } ] } ], "bundled": true }