The CleanEDI API lets you submit business objects for EDIFACT generation, configure webhooks for inbound delivery, manage trading partners, and replay messages. The API is in active development.
https://api.cleanedi.comAll API requests are made to this base URL. HTTPS only. HTTP requests are rejected.
Authorization: Bearer {api-key}API keys are issued during onboarding. Include your key in the Authorization header on every request.
When CleanEDI receives an inbound EDIFACT message from a trading partner, it delivers a webhook event to your registered endpoint. The payload is always clean JSON regardless of the original EDIFACT format.
If you are building an integration and need API access before general availability, get in touch. We work with early access customers directly.