{ "opencollection": "1.0.0", "info": { "name": "Treasury Prime Bank Accounts Webhooks API", "version": "1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.treasuryprime.com/webhook" }, "docs": "List webhooks" }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.treasuryprime.com/webhook" }, "docs": "Create a webhook" }, { "info": { "name": "Fetch a webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.treasuryprime.com/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetch a webhook" }, { "info": { "name": "Update a webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sandbox.treasuryprime.com/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a webhook" }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sandbox.treasuryprime.com/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a webhook" } ] } ], "bundled": true }