{ "opencollection": "1.0.0", "info": { "name": "UniUni Platform Client Batches Webhooks API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Test Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.ship.uniuni.com/prod/webhook/test", "body": { "type": "json", "data": "{}" } }, "docs": "Sends a test webhook payload to your configured webhook endpoint to verify your integration." } ] } ], "bundled": true }