Version: 0.1
Odus OMS API
Official Odus Order Management System API reference for managing orders, fulfillment, integrations, and related configuration.
Authentication
- HTTP: Bearer Auth
Either an identity token issued by the auth service (dashboard flow; requires the selected merchant account id in the X-Odus-Merchant header), or a merchant secret key (sk_...) for server-to-server calls. Both are sent as Authorization: Bearer <token>.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |