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
| Field | Required | Description |
|---|---|---|
license_key | Yes | The license key to validate |
product_id | Yes | The product identifier |
hwid | No | Hardware ID for device-bound licenses |
domain | No | Domain for web-app licenses |
client_ip | No | Client 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