{ "opencollection": "1.0.0", "info": { "name": "Socotra Insurance Suite OpenAPI Definition Compliance API", "version": "v0" }, "items": [ { "info": { "name": "Compliance", "type": "folder" }, "items": [ { "info": { "name": "anonymizeData", "type": "http" }, "http": { "method": "POST", "url": "/compliance/:tenantLocator/anonymize", "params": [ { "name": "tenantLocator", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getAnonymizationReferences", "type": "http" }, "http": { "method": "GET", "url": "/compliance/:tenantLocator/references", "params": [ { "name": "tenantLocator", "value": "", "type": "path" }, { "name": "request", "value": "", "type": "query" } ] } }, { "info": { "name": "previewAnonymization", "type": "http" }, "http": { "method": "GET", "url": "/compliance/:tenantLocator/preview", "params": [ { "name": "tenantLocator", "value": "", "type": "path" }, { "name": "request", "value": "", "type": "query" } ] } }, { "info": { "name": "fetchAnonymizationJobs", "type": "http" }, "http": { "method": "GET", "url": "/compliance/:tenantLocator/jobs", "params": [ { "name": "tenantLocator", "value": "", "type": "path" }, { "name": "request", "value": "", "type": "query" } ] } } ] } ], "bundled": true }