API Reference

Integrate the license-check endpoint into your application with code examples in curl, Node.js, and Python.

Endpoint

POST https://api.pingless.dev/v1/check
Content-Type: application/json

Request Format

hljs language-json
FieldRequiredDescription
license_keyYesThe license key to validate
product_idYesThe product identifier
hwidNoHardware ID for device-bound licenses
domainNoDomain for web-app licenses
client_ipNoClient IP for access rule evaluation

Response Format

Success (200):

hljs language-json

Denied (403):

hljs language-json

Code Examples

curl

hljs language-bash

Node.js

hljs language-js

Python

hljs language-python