{ "opencollection": "1.0.0", "info": { "name": "Netlify Netlify's API documentation accessToken Hook API", "version": "2.33.1" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://app.netlify.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Hook", "type": "folder" }, "items": [ { "info": { "name": "listHooksBySiteId", "type": "http" }, "http": { "method": "GET", "url": "https://api.netlify.com/api/v1/hooks", "params": [ { "name": "site_id", "value": "", "type": "query" } ] } }, { "info": { "name": "createHookBySiteId", "type": "http" }, "http": { "method": "POST", "url": "https://api.netlify.com/api/v1/hooks", "params": [ { "name": "site_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getHook", "type": "http" }, "http": { "method": "GET", "url": "https://api.netlify.com/api/v1/hooks/:hook_id", "params": [ { "name": "hook_id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateHook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.netlify.com/api/v1/hooks/:hook_id", "params": [ { "name": "hook_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteHook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.netlify.com/api/v1/hooks/:hook_id", "params": [ { "name": "hook_id", "value": "", "type": "path" } ] } }, { "info": { "name": "enableHook", "type": "http" }, "http": { "method": "POST", "url": "https://api.netlify.com/api/v1/hooks/:hook_id/enable", "params": [ { "name": "hook_id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }