{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes webhooks API", "version": "0.1" }, "items": [ { "info": { "name": "webhooks", "type": "folder" }, "items": [ { "info": { "name": "queryWebhookConfigs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/team/current/webhooks", "params": [ { "name": "statuses", "value": "", "type": "query" } ] } }, { "info": { "name": "createWebhookConfig", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/team/current/webhooks", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getMessages", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/team/current/webhooks/messages", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "webhookConfigId", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" } ] } }, { "info": { "name": "retry", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/team/current/webhooks/messages/retry", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getWebhookVersions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/team/current/webhooks/versions" } }, { "info": { "name": "getWebhookConfig", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/team/current/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateWebhookConfig", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/team/current/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteWebhookConfig", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/team/current/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "getWebhookAssociations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/team/current/webhooks/:id/associations", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Generate a secret", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/team/webhook/generate-secret" }, "docs": "Generate a proposal of secret with high entropy" } ] } ], "bundled": true }