{ "opencollection": "1.0.0", "info": { "name": "Tremendous Campaigns Webhooks API", "version": "2.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://testflight.tremendous.com/api/v2/webhooks" }, "docs": "Returns webhook configuration for the organization." }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://testflight.tremendous.com/api/v2/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Configure a webhook endpoint for the organization." }, { "info": { "name": "Get Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://testflight.tremendous.com/api/v2/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Webhook ID" } ] }, "docs": "Retrieve details of a specific webhook configuration." }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://testflight.tremendous.com/api/v2/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Webhook ID" } ] }, "docs": "Remove a webhook configuration from the organization." }, { "info": { "name": "Simulate Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://testflight.tremendous.com/api/v2/webhooks/:id/simulate", "params": [ { "name": "id", "value": "", "type": "path", "description": "Webhook ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a test event to the webhook endpoint to verify connectivity." } ] } ], "bundled": true }