{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Events API", "version": "1.0" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "VTex Save events", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/event", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "Name of the VTEX account. Used as part of the URL." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates search events to integrate with VTEX Intelligent Search using a headless implementation. \r\n\r\n >⚠️ **This API applies only to Headless scenarios**. It doesn't apply to stores using VTEX's storefront solution, natively integrated with Intelligent Search." } ] } ], "bundled": true }