{ "opencollection": "1.0.0", "info": { "name": "Formlabs Web Consumables API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.formlabs.com/developer/v1/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Consumables", "type": "folder" }, "items": [ { "info": { "name": "List resin tanks", "type": "http" }, "http": { "method": "GET", "url": "https://api.formlabs.com/developer/v1/tanks/" }, "docs": "List all resin tanks associated with the account." }, { "info": { "name": "List resin cartridges", "type": "http" }, "http": { "method": "GET", "url": "https://api.formlabs.com/developer/v1/cartridges/" }, "docs": "List all resin cartridges associated with the account." } ] } ], "bundled": true }