{ "opencollection": "1.0.0", "info": { "name": "At-Bay Partner Documents Webhooks API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.at-bay.com/v2/webhooks" }, "docs": "Get information about registered webhooks for the partner." }, { "info": { "name": "Register A Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.at-bay.com/v2/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Register a callback URL for asynchronous quote and policy status events." }, { "info": { "name": "Unregister A Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.at-bay.com/v2/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Remove a previously registered webhook." }, { "info": { "name": "Set Webhook Secret", "type": "http" }, "http": { "method": "PUT", "url": "https://api.at-bay.com/v2/webhooks/secret", "body": { "type": "json", "data": "{}" } }, "docs": "Rotate or set the shared secret used to sign webhook callbacks." } ] } ], "bundled": true }