Skip to content

EuroAPI Integration Guide

This site is the integration documentation for EuroAPI.

Documentation model

  • Swagger/OpenAPI is the contract source of truth for endpoint signatures and schema shape.
  • This site provides workflows and integration guidance for production and test environments.

Supported endpoints

  • GET /status
  • GET /sortation
  • POST /sortation
  • GET /destination
  • POST /destination

Non-standard success codes

EuroAPI uses non-standard success status codes for message-bearing responses:

  • 210 for REQUEST (InductDto)
  • 211 for SCAN (DestinationInfoDto)
  • 212 for VERIFY (VerifyDto)

Integrators should route logic by HTTP code and message Type.