Developer platform

The Numu API.

A clean REST API with webhooks, SDKs, and an OAuth app framework — everything you need to build on or integrate with Numu.

Read the API docsJoin the developer community

REST API

JSON over HTTPS. Consistent resource structure across the Storefront and Admin APIs. Full OpenAPI spec included.

Webhooks

Subscribe to 40+ events across orders, products, payments, and customers. HMAC-signed payloads with automatic retry.

SDKs

Official Node.js and Python clients. Community SDKs for PHP and Ruby. All open-source and MIT-licensed on GitHub.

OAuth 2.0

Build apps merchants install in one click. Scoped permissions, token refresh, and a full sandbox environment to test in.

Get started in 4 steps

1
Get an API key

Create a private app in your Numu dashboard — credentials are issued instantly.

2
Make your first call

Fetch your product catalogue with a single GET /products request. See results in seconds.

3
Subscribe to events

Register a webhook endpoint and start receiving real-time order and inventory notifications.

4
Go live

Flip from sandbox to production, verify your HMAC secret, and you're shipping.

Read the API docs