{ "opencollection": "1.0.0", "info": { "name": "ShipmentEventIntegration", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://internal.api.kuehne-nagel.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Post event", "type": "folder" }, "items": [ { "info": { "name": "Validate external event entry message for shipment", "type": "http" }, "http": { "method": "POST", "url": "https://internal.api.kuehne-nagel.com/integration/event/shipment/event-integration/v1/shipments/events/entries", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://internal.api.kuehne-nagel.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "This API operation is to validate incoming event entry for shipment from 3rd parties. The request must be in JSON format and include a filled in form." } ] } ], "bundled": true }