{ "opencollection": "1.0.0", "info": { "name": "Sanity HTTP Assets Webhooks API", "version": "v2024-01-01" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://{projectId}.api.sanity.io/v{apiVersion}/hooks/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "List all webhooks configured for a project." }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://{projectId}.api.sanity.io/v{apiVersion}/hooks/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new webhook for event notifications." } ] } ], "bundled": true }