Partner API Documentation
Send transport orders directly from your WMS, ERP, or EDI system.
Path A
REST API (JSON)
A typed JSON contract under /api/partner/v1. Best for partners building a fresh integration: synchronous responses, typed schemas, and idempotency on every write.
Path B
EDI Gateway
Post EDIFACT, X12, CSV, or JSON to /api/inbound/{aliasSlug} in your existing format. The platform team configures a per-partner mapping that translates your payload into the same internal transport.
Getting started
- Ask your transport company for an API key invite link from their Orin dashboard.
- Open the link, accept it, and copy the issued key (shown only once — starts with
orin_pk_). - Send it in the
X-API-Keyheader on every request. See the endpoint reference below for the full contract.