{ "opencollection": "1.0.0", "info": { "name": "Trulioo Business Verification Authentication Events API", "version": "3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Send Event", "type": "http" }, "http": { "method": "POST", "url": "https://api.trulioo.com/customer/v2/events", "body": { "type": "json", "data": "{}" } }, "docs": "Dispatch a webhook event from the platform. Used by the Event Dispatcher to deliver workflow lifecycle events.\n" } ] } ], "bundled": true }