{ "opencollection": "1.0.0", "info": { "name": "Dodo Payments Checkout Sessions Webhooks API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://live.dodopayments.com/webhooks", "params": [ { "name": "page_number", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" } ] }, "docs": "List webhook endpoints" }, { "info": { "name": "Create a webhook endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://live.dodopayments.com/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook endpoint" }, { "info": { "name": "Get a webhook endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://live.dodopayments.com/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Get a webhook endpoint" }, { "info": { "name": "Update a webhook endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "https://live.dodopayments.com/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a webhook endpoint" }, { "info": { "name": "Delete a webhook endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://live.dodopayments.com/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Delete a webhook endpoint" }, { "info": { "name": "Get webhook endpoint headers", "type": "http" }, "http": { "method": "GET", "url": "https://live.dodopayments.com/webhooks/:webhook_id/headers", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Get webhook endpoint headers" }, { "info": { "name": "Update webhook endpoint headers", "type": "http" }, "http": { "method": "PATCH", "url": "https://live.dodopayments.com/webhooks/:webhook_id/headers", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update webhook endpoint headers" }, { "info": { "name": "Get the webhook signing key", "type": "http" }, "http": { "method": "GET", "url": "https://live.dodopayments.com/webhooks/:webhook_id/secret", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Get the webhook signing key" } ] } ], "bundled": true }