{ "opencollection": "1.0.0", "info": { "name": "Benchmark Email RESTful API v3.0 ABTest Creation Webhooks API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Update Webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://clientapi.benchmarkemail.com/Contact/:ListID/Webhooks/:ID", "params": [ { "name": "ListID", "value": "", "type": "path" }, { "name": "ID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "
| Key | Required | Type | Description |
|---|---|---|---|
| {{ListID}} | required | string | ID of the list |
| {{ID}} | required | string | ID of the webhook |