{ "opencollection": "1.0.0", "info": { "name": "Ghost Content and Admin APIs Admin - Images Admin - Webhooks API", "version": "5.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Admin - Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://{admin_domain}/ghost/api/admin/webhooks/", "headers": [ { "name": "Accept-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registers an outbound webhook that fires on a Ghost event (for example post.published, member.added). There is no endpoint to read existing webhooks." }, { "info": { "name": "Update a webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://{admin_domain}/ghost/api/admin/webhooks/:id/", "headers": [ { "name": "Accept-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a webhook" }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://{admin_domain}/ghost/api/admin/webhooks/:id/", "headers": [ { "name": "Accept-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Delete a webhook" } ] } ], "bundled": true }