{ "opencollection": "1.0.0", "info": { "name": "Flexport REST Bookings Documents 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": "Documents", "type": "folder" }, "items": [ { "info": { "name": "List documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.flexport.com/v2/documents" }, "docs": "List documents" }, { "info": { "name": "Upload a document", "type": "http" }, "http": { "method": "POST", "url": "https://api.flexport.com/v2/documents", "body": { "type": "json", "data": "{}" } }, "docs": "Upload a document" } ] } ], "bundled": true }