{ "opencollection": "1.0.0", "info": { "name": "Faros AI Account Webhooks API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Deliver events to a configured webhook.", "type": "http" }, "http": { "method": "POST", "url": "https://prod.api.faros.ai/webhooks/:webhook_id/events", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "The id from the webhook definition created in the Faros app." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Inbound webhook endpoint. Each webhook definition in the Faros application provides a unique URL of this form; source systems POST their event payloads here for ingestion." } ] } ], "bundled": true }