{ "opencollection": "1.0.0", "info": { "name": "Portbase Port Community System CargoManifests HazardousCargo API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.portbase.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "HazardousCargo", "type": "folder" }, "items": [ { "info": { "name": "Submit hazardous goods notification", "type": "http" }, "http": { "method": "POST", "url": "https://api.portbase.com/v1/hazardous-cargo", "body": { "type": "json", "data": "{}" } }, "docs": "Submits an IMDG dangerous goods declaration for hazardous cargo on a vessel call." } ] } ], "bundled": true }