{ "opencollection": "1.0.0", "info": { "name": "Shopmonkey Appointments Webhooks API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Create a new webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.shopmonkey.cloud/v3/webhook", "body": { "type": "json", "data": "{}" } }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Retrieve a specific webhook by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.shopmonkey.cloud/v3/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Update an existing webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.shopmonkey.cloud/v3/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Remove a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.shopmonkey.cloud/v3/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "CONFIRMED endpoint." } ] } ], "bundled": true }