{ "opencollection": "1.0.0", "info": { "name": "TreasurySpring Public Calendar Webhooks API", "version": "v0.7.3" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Register a url to a user for webhook notifications", "type": "http" }, "http": { "method": "POST", "url": "https://api.treasuryspring.com/api/v1/webhook", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Register a url to a user for webhook notifications" }, { "info": { "name": "Deregister an existing webhook for a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.treasuryspring.com/api/v1/webhook", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deregister an existing webhook for a user" } ] } ], "bundled": true }