{ "opencollection": "1.0.0", "info": { "name": "Tweed assets platform-webhooks API", "version": "1.0" }, "items": [ { "info": { "name": "platform-webhooks", "type": "folder" }, "items": [ { "info": { "name": "getPlatformWebhooks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/platform-webhooks" } }, { "info": { "name": "addPlatformWebhook", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/platform-webhooks", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "updatePlatformWebhook", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/platform-webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deletePlatformWebhook", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/platform-webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "setActivePlatformWebhook", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/platform-webhooks/:id/set-active", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }