{ "opencollection": "1.0.0", "info": { "name": "LangSmith access_policies fleet_webhooks API", "version": "0.1.0" }, "items": [ { "info": { "name": "fleet_webhooks", "type": "folder" }, "items": [ { "info": { "name": "Run a fleet webhook", "type": "http" }, "http": { "method": "POST", "url": "/v1/platform/fleet-webhooks/:webhook_id/run", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "Webhook UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Sends the request payload to the webhook's stored URL and returns the upstream response in a JSON envelope." } ] } ], "bundled": true }