A public REST API for Pro and Enterprise
Read and update orders, products, and quotes from your own systems, with signed webhooks for the events you care about.
Until now, everything that happened in Uniform Builder had to be read through the dashboard. If you already run an ERP, a production board, or an internal ordering tool, that meant somebody re-keying the same order twice: once where the customer placed it, and once where your team actually works.
The new REST API closes that gap. It exposes the objects you already work with, orders, products, and quotes, over a versioned endpoint, authenticated with organization-scoped API keys you create and revoke yourself from the dashboard. Keys are scoped to a single organization, so a key issued for one store cannot read another, and each one can be rotated without disturbing the rest of your integrations.
Alongside it are outbound webhooks, so your systems can react to events as they happen rather than polling for changes. Endpoints are configured per organization and every delivery is signed, which lets your receiver verify a payload genuinely came from us before acting on it.
The API is available on Pro and Enterprise plans. Full endpoint documentation, including authentication and the webhook signature scheme, lives in the API reference in the docs.