{ "opencollection": "1.0.0", "info": { "name": "PayMongo Checkout Sessions Webhooks API", "version": "2020-08-08" }, "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.paymongo.com/v1/webhooks" }, "docs": "List Webhooks" }, { "info": { "name": "Create a Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.paymongo.com/v1/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Registers a webhook endpoint subscribed to event types. Deliveries are signed HTTP POST callbacks (Paymongo-Signature header) - not a WebSocket. Each webhook has a signing secret used to verify payloads." }, { "info": { "name": "Retrieve a Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.paymongo.com/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the resource (e.g. pi_..., pm_..., pay_...)." } ] }, "docs": "Retrieve a Webhook" }, { "info": { "name": "Enable a Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.paymongo.com/v1/webhooks/:id/enable", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the resource (e.g. pi_..., pm_..., pay_...)." } ] }, "docs": "Enable a Webhook" }, { "info": { "name": "Disable a Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.paymongo.com/v1/webhooks/:id/disable", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the resource (e.g. pi_..., pm_..., pay_...)." } ] }, "docs": "Disable a Webhook" } ] } ], "bundled": true }