{ "opencollection": "1.0.0", "info": { "name": "Sage Accounting Bank Accounts Products API", "version": "3.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.sageone.com/oauth2/auth", "accessTokenUrl": "https://oauth.accounting.sage.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.accounting.sage.com/v3.1/products", "params": [ { "name": "search", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "items_per_page", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of products and services." }, { "info": { "name": "Create Product", "type": "http" }, "http": { "method": "POST", "url": "https://api.accounting.sage.com/v3.1/products", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new product or service." }, { "info": { "name": "Get Product", "type": "http" }, "http": { "method": "GET", "url": "https://api.accounting.sage.com/v3.1/products/:key", "params": [ { "name": "key", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific product or service." }, { "info": { "name": "Update Product", "type": "http" }, "http": { "method": "PUT", "url": "https://api.accounting.sage.com/v3.1/products/:key", "params": [ { "name": "key", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing product or service." } ] } ], "bundled": true }