{ "opencollection": "1.0.0", "info": { "name": "FirstPromoter Assets", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Get available assets", "type": "http" }, "http": { "method": "GET", "url": "https://api.firstpromoter.com/api/v2/affiliate/assets", "headers": [ { "name": "Account-ID", "value": "" } ] }, "docs": "Returns all assets \n **HTTP Request**
` GET https://api.firstpromoter.com/api/v2/affiliate/assets`
" }, { "info": { "name": "Get available asset categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.firstpromoter.com/api/v2/affiliate/asset_categories", "headers": [ { "name": "Account-ID", "value": "" } ] }, "docs": "Returns all asset categories \n **HTTP Request**
` GET https://api.firstpromoter.com/api/v2/affiliate/asset_categories`
" } ], "bundled": true }