{ "opencollection": "1.0.0", "info": { "name": "GoodLeap Developer Authorization & Elevation Management Promotions API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Promotions", "type": "folder" }, "items": [ { "info": { "name": "Promotions", "type": "http" }, "http": { "method": "GET", "url": "https://api.goodleap.com/posfinancing/rest/v2/promotions", "params": [ { "name": "categoryId", "value": "", "type": "query" }, { "name": "offerId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a collection of promotions to use when getting offers." } ] } ], "bundled": true }