API Reference

Pingless API documentation: runtime license checks and programmatic account management.

The Pingless API is split into two parts:

  • License API — the public runtime endpoint your client applications call to validate license keys and receive signed entitlement responses.
  • Account API — the authenticated management API for automating dashboard operations: products, licenses, access rules, analytics, and billing.

Which one do I need?

Use caseAPI
Check whether a license key is valid from your app or backendLicense API
Verify signed entitlement responses offlineLicense API
Create products, issue licenses, or manage access rules programmaticallyAccount API
Read analytics, invoices, or change your seller plan via APIAccount API
Validate webhook signaturesAccount API

Both APIs share the same base URL (https://pingless-license-system.vercel.app on the hosted platform). The License API is unauthenticated and called by end-user devices; the Account API requires a Bearer token and is scoped to your organization.