{ "opencollection": "1.0.0", "info": { "name": "Tratta Bulk Operations Webhooks API", "version": "v1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://{org-uuid}.production.tratta.io/api/v1/webhooks" }, "docs": "Returns all configured webhooks for the organization." }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://{org-uuid}.production.tratta.io/api/v1/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new webhook endpoint for event notifications." }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://{org-uuid}.production.tratta.io/api/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource unique identifier" } ] }, "docs": "Deletes a webhook configuration." } ] } ], "bundled": true }