{ "opencollection": "1.0.0", "info": { "name": "Twice Admin API Keys Webhooks API", "version": "2023-02-01" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Get webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.twicecommerce.com/admin/webhooks/:id", "headers": [ { "name": "x-rentle-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the webhook to retrieve" } ] }, "docs": "Get webhook" }, { "info": { "name": "Delete webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.twicecommerce.com/admin/webhooks/:id", "headers": [ { "name": "x-rentle-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete webhook" }, { "info": { "name": "Get all webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.twicecommerce.com/admin/webhooks", "headers": [ { "name": "x-rentle-version", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "How many objects to retrieve." }, { "name": "pageToken", "value": "", "type": "query", "description": "Token to retrieve the next page of results. This is returned in the paged response." } ] }, "docs": "Get all webhooks" }, { "info": { "name": "Create webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.twicecommerce.com/admin/webhooks", "headers": [ { "name": "x-rentle-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create webhook" } ] } ], "bundled": true }