{ "opencollection": "1.0.0", "info": { "name": "Flexport REST Bookings Customs 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": "Customs", "type": "folder" }, "items": [ { "info": { "name": "List commercial invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.flexport.com/v2/commercial-invoices" }, "docs": "List commercial invoices" }, { "info": { "name": "List customs entries", "type": "http" }, "http": { "method": "GET", "url": "https://api.flexport.com/v2/customs-entries" }, "docs": "List customs entries" } ] } ], "bundled": true }