{ "opencollection": "1.0.0", "info": { "name": "Huuray Balance Order API", "version": "v4" }, "items": [ { "info": { "name": "Order", "type": "folder" }, "items": [ { "info": { "name": "Used to order giftcards", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v4/Order", "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 giftcards will be sent out as redeemable links. They will be sent out automatically via Email or SMS, or returned in a callback if you have set one up and enabled this feature" } ] } ], "bundled": true }