Scanix Docs

Overview

A quick tour of what the Scanix HTTP API can do today and what's coming next.

The Scanix API lets your own tools issue, inspect, and manage licenses on behalf of an organization. It is the same API our desktop app talks to and our admin console drives.

Stability: v1 endpoints are stable. Everything under /v0 is experimental and may change without notice.

Base URL

https://api.scanix.co/v1

What you can do

  • Issue and revoke licenses
  • List devices on a license and deactivate one
  • Read entitlement state for a customer
  • Stream license events (creation, activation, transfer, revocation)

What's not available yet

  • Public webhook subscriptions (use Stripe webhooks for billing events for now; license-event webhooks ship in Q2)
  • Multi-tenant organization keys (single API key per org today)

Getting an API key

API keys are managed from your portal API keys page. They scope to a single organization and inherit the role of the issuing operator.

Overview — Scanix Docs · Scanix