{ "opencollection": "1.0.0", "info": { "name": "Huuray Balance Catalogue API", "version": "v4" }, "items": [ { "info": { "name": "Catalogue", "type": "folder" }, "items": [ { "info": { "name": "Used to get a list of the available products", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v4/Catalogue", "headers": [ { "name": "X-API-NONCE", "value": "" }, { "name": "X-API-HASH", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-TOKEN", "value": "{{X-API-TOKEN}}", "placement": "header" } }, "docs": "The list will include both texts and images. It will also include your currently available discount if \"All\" is set to \"False\"" } ] } ], "bundled": true }