{ "opencollection": "1.0.0", "info": { "name": "Salla Apps Branches API", "version": "2" }, "items": [ { "info": { "name": "Branches", "type": "folder" }, "items": [ { "info": { "name": "List Store Branches", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/branches" }, "docs": "List Store Branches" }, { "info": { "name": "Create Store Branch", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.salla.sa/branches", "body": { "type": "json", "data": "{}" } }, "docs": "Create Store Branch" }, { "info": { "name": "Get Store Branch", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/branches/:branch_id", "params": [ { "name": "branch_id", "value": "", "type": "path" } ] }, "docs": "Get Store Branch" } ] } ], "bundled": true }