{ "opencollection": "1.0.0", "info": { "name": "Flexport REST Bookings Network API", "version": "2023-07-01" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flexport.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Network", "type": "folder" }, "items": [ { "info": { "name": "List companies", "type": "http" }, "http": { "method": "GET", "url": "https://api.flexport.com/v2/companies" }, "docs": "List companies" }, { "info": { "name": "Create a company", "type": "http" }, "http": { "method": "POST", "url": "https://api.flexport.com/v2/companies", "body": { "type": "json", "data": "{}" } }, "docs": "Create a company" }, { "info": { "name": "List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.flexport.com/v2/contacts" }, "docs": "List contacts" }, { "info": { "name": "Create a contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.flexport.com/v2/contacts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a contact" }, { "info": { "name": "List locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.flexport.com/v2/locations" }, "docs": "List locations" }, { "info": { "name": "Create a location", "type": "http" }, "http": { "method": "POST", "url": "https://api.flexport.com/v2/locations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a location" } ] } ], "bundled": true }