{ "opencollection": "1.0.0", "info": { "name": "Portbase Port Community System CargoManifests CustomsDeclarations 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": "CustomsDeclarations", "type": "folder" }, "items": [ { "info": { "name": "Submit import customs declaration", "type": "http" }, "http": { "method": "POST", "url": "https://api.portbase.com/v1/customs/import-declarations", "body": { "type": "json", "data": "{}" } }, "docs": "Submits an electronic import declaration (EID) to Dutch customs via Portbase." } ] } ], "bundled": true }