{ "opencollection": "1.0.0", "info": { "name": "Tremendous Campaigns Funding Sources API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Funding Sources", "type": "folder" }, "items": [ { "info": { "name": "List Funding Sources", "type": "http" }, "http": { "method": "GET", "url": "https://testflight.tremendous.com/api/v2/funding_sources" }, "docs": "Returns a list of available funding sources for the organization." } ] } ], "bundled": true }