{ "opencollection": "1.0.0", "info": { "name": "Opendock Nova API Documentation Appointments Shipper Accounts API", "version": "v4.144.0 - 39b4253" }, "items": [ { "info": { "name": "Shipper Accounts", "type": "folder" }, "items": [ { "info": { "name": "Create account", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/api/v2/shippers/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create account" }, { "info": { "name": "Retrieve account", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/api/v2/shippers/accounts/:account_id" }, "docs": "Returns shipper account details" }, { "info": { "name": "Update account", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/api/v2/shippers/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates data of the current account (according to the token)." } ] } ], "bundled": true }