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

  1. Ask your transport company for an API key invite link from their Orin dashboard.
  2. Open the link, accept it, and copy the issued key (shown only once — starts with orin_pk_).
  3. Send it in the X-API-Key header on every request. See the endpoint reference below for the full contract.