{ "opencollection": "1.0.0", "info": { "name": "PayU GPO Europe REST Authorize Shop API", "version": "2.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Shop", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Shop Data", "type": "http" }, "http": { "method": "GET", "url": "https://secure.payu.com/api/v2_1/shops/:shopId", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer 3e5cac39-7e38-4139-8fd6-30adc06a61bd" } ], "params": [ { "name": "shopId", "value": "a1B2C3x", "type": "path", "description": "ShopId value generated by PayU assigned to Shop" } ] }, "docs": "Retrieve your PayU shop balance, id, etc." } ] } ], "bundled": true }