{ "opencollection": "1.0.0", "info": { "name": "Loyverse Categories Merchants API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Merchants", "type": "folder" }, "items": [ { "info": { "name": "Get merchant information", "type": "http" }, "http": { "method": "GET", "url": "https://api.loyverse.com/v1.0/merchants" }, "docs": "Get merchant information" } ] } ], "bundled": true }