{ "opencollection": "1.0.0", "info": { "name": "FastSpring Accounts Webhooks API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Rotate a webhook's HMAC SHA-256 secret", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fastspring.com/webhooks/:webhook_id/key", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Rotate a webhook's HMAC SHA-256 secret" } ] } ], "bundled": true }