{ "opencollection": "1.0.0", "info": { "name": "Tabs Platform BillingTerms Contracts API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Contracts", "type": "folder" }, "items": [ { "info": { "name": "List contracts", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/contracts" }, "docs": "List contracts" }, { "info": { "name": "Create contract", "type": "http" }, "http": { "method": "POST", "url": "https://api.tabsplatform.com/contracts" }, "docs": "Create contract" }, { "info": { "name": "Get contract by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/contracts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get contract by ID" }, { "info": { "name": "Update contract", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.tabsplatform.com/contracts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update contract" }, { "info": { "name": "Perform contract action", "type": "http" }, "http": { "method": "POST", "url": "https://api.tabsplatform.com/contracts/:id/actions", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Perform contract action" }, { "info": { "name": "Download contract file", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/contracts/:id/file", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Download contract file" }, { "info": { "name": "Upload contract file", "type": "http" }, "http": { "method": "POST", "url": "https://api.tabsplatform.com/contracts/:id/file", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Upload contract file" } ] } ], "bundled": true }