Full EDI capabilities through a clean, well-documented REST API.
Submit outbound EDI documents, retrieve your transaction history, list trading partners, and check acknowledgment status — all via standard JSON over HTTPS. Sandbox and production environments both supported.
POST any X12 document to your trading partner via the /api/v1/transactions/submit endpoint. Returns a transaction ID for tracking.
GET /api/v1/transactions to list all transactions, filterable by partner, status, date range, and test/production mode.
GET /api/v1/partners to retrieve all configured trading partners with their EDI identity and connection status.
GET /api/v1/acks to retrieve pending and received 997/999 functional acknowledgments.
Standard JSON bodies throughout. No XML, no SOAP, no AS2 handshakes required on your end.
Secure every request with an API key (sandbox or production). Revoke and rotate keys instantly from your dashboard.
Start your free developer trial. Sandbox access is unlimited. Production unlocks when you subscribe.
Start Developer Trial