{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Manage Webhooks (Single) API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Manage Webhooks (Single)", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get a Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/hooks/:webhook_id", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "The ID of a Webhook." } ] }, "docs": "Return a webhook by ID." }, { "info": { "name": "BigCommerce Update a Webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/hooks/:webhook_id", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "The ID of a Webhook." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a webhook. Custom headers can be added." }, { "info": { "name": "BigCommerce Delete a Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/hooks/:webhook_id", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "The ID of a Webhook." } ] }, "docs": "Deletes a webhook. Only one webhook at a time can be deleted. When a webhook is deleted, it is returned in the response as a 200 OK." } ] } ], "bundled": true }