For developers, by developers

Webhooks, REST API, signed downloads — wire Sellix into whatever you run.

Everything in the dashboard is also exposed via a JSON API.
Integrating it into any stack takes minutes, not weeks.

Interactive

Pick a language. Ship a product.

The whole dashboard is an API. Here's what creating a product looks like from your code.


        
Rest surface

Every dashboard action is a JSON call.

GET /v1/products List + filter products
POST /v1/products Create a product
POST /v1/products/{id}/keys Bulk upload license keys
GET /v1/orders List orders, paginated
GET /v1/orders/{uuid} Fetch a single order
POST /v1/orders/{uuid}/refund Refund a paid order
POST /v1/webhooks Register a webhook endpoint
POST /v1/api-keys Mint a scoped API key
Built by developers who got tired of jankware

The API surface is the same surface our frontend uses.

Sellix's whole stack — products, orders, customers, fulfillment, license-key delivery, coupons, webhooks, API keys, audit logs — is exposed through a clean JSON REST API. Anything you can do in the dashboard, you can do over HTTPS with a bearer token.

What you get out of the box

Batteries included, not sold separately.

Design principles

Opinionated where it keeps you safe.

Read the docs. Mint a key. Ship.

A versioned REST API, signed webhooks, and a bearer token. That's the whole onboarding.