Basics
DISTRYB API
The DISTRYB API lets your systems read your organization's data — orders, invoices, partnerships, catalog, and commissions — over a simple REST interface. It's available on the Enterprise plan.
Base URL
https://distryb.com/api/v1Conventions
- HTTPS only, JSON request/response bodies.
- Every response is scoped to your organization — the org that owns the API key. You can never see another org's data.
- Timestamps are ISO 8601 strings. Money is in integer cents.
- The machine-readable spec is at /api/v1/openapi.json.
Next
- Authentication — create a key and make your first call.
- Errors & pagination.