{ "opencollection": "1.0.0", "info": { "name": "Salla Apps Branches Customers API", "version": "2" }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List Customers", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/customers", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List Customers" }, { "info": { "name": "Create Customer", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.salla.sa/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create Customer" }, { "info": { "name": "Get Customer", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/customers/:customer_id", "params": [ { "name": "customer_id", "value": "", "type": "path" } ] }, "docs": "Get Customer" }, { "info": { "name": "Update Customer", "type": "http" }, "http": { "method": "PUT", "url": "https://accounts.salla.sa/customers/:customer_id", "params": [ { "name": "customer_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Customer" } ] } ], "bundled": true }