{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes api-management API", "version": "0.1" }, "items": [ { "info": { "name": "api-management", "type": "folder" }, "items": [ { "info": { "name": "createApiKey", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/api-management/api-key", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "updateApiKey", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/api-management/api-key", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "reissueApiKey", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/api-management/api-key/reissue/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "listApiKey", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/api-management/api-key/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "deleteApiKey", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/api-management/api-key/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "listApiKey_1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/api-management/api-keys" } } ] } ], "bundled": true }