{ "opencollection": "1.0.0", "info": { "name": "Tremendous Campaigns API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Campaigns", "type": "folder" }, "items": [ { "info": { "name": "List Campaigns", "type": "http" }, "http": { "method": "GET", "url": "https://testflight.tremendous.com/api/v2/campaigns" }, "docs": "Returns a list of all campaigns in the organization." }, { "info": { "name": "Get Campaign", "type": "http" }, "http": { "method": "GET", "url": "https://testflight.tremendous.com/api/v2/campaigns/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Campaign ID" } ] }, "docs": "Retrieve details of a specific campaign by its ID." } ] } ], "bundled": true }