REST API overview
LicenPro exposes an ASP.NET Core API under /api/... on your deployment (cloud: https://licenpro.runasp.net/api). Most management routes require a Bearer JWT (dashboard users). Anonymous SDK and server integrations use X-API-KEY on selected routes such as POST /api/Licenses/validate.
Send X-API-KEY: <your product key> (or legacy Authorization: X-API-KEY <key>). Keys are hashed server-side; store plaintext only on integrator servers.
Explore by area
Auth & users
JWT, users, roles
Catalog
Products, releases, features
Licenses
CRUD & validation
Activations & sessions
Runtime enforcement
Base URL & topic map
Integrate against your deployment’s API root (cloud default: https://licenpro.runasp.net/api). The API reference tab in the sidebar lists route-focused topics (auth, catalog, licenses, activations, and more) with concrete paths and payloads — no separate schema viewer is embedded here.
