LicenPro
DocumentationREST APIAuthentication & users

Authentication & users

JWT for dashboard operators; user and role management APIs.

Base URL for samples: https://licenpro.runasp.net/api. Use your own deployment host when integrating; path prefixes below match the hosted cloud unless your install customizes routing.

Authentication model

Dashboard and vendor automation use Bearer JWT from routes under /api/Auth/... (login, refresh, registration, external providers where enabled). Attach Authorization: Bearer <token> to management routes unless a route is explicitly anonymous.

Route groups

  • Authentication/api/Auth/... for sign-in, refresh tokens, password flows, and external identity hooks where enabled.
  • Users & roles/api/Users/... and related identity routes for profiles, invitations, product membership, preferences, and role assignments.

Anonymous customer validation uses the product API key on /api/Licenses/... — not the user JWT. See API overview and Licenses API.