{ "opencollection": "1.0.0", "info": { "name": "Applied Industrial Technologies Product Catalog Orders API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Applied Industrial Technologies - List Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.applied-industrial-technologies.com/v1/orders" }, "docs": "Returns a list of purchase orders for the authenticated account" }, { "info": { "name": "Applied Industrial Technologies - Create Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.applied-industrial-technologies.com/v1/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new purchase order for industrial products" } ] } ], "bundled": true }