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 case | API |
|---|---|
| Check whether a license key is valid from your app or backend | License API |
| Verify signed entitlement responses offline | License API |
| Create products, issue licenses, or manage access rules programmatically | Account API |
| Read analytics, invoices, or change your seller plan via API | Account API |
| Validate webhook signatures | Account 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.
