Version: Loading...
Deployed: Loading...
Environment: Production
POST /api/activate
Activate a license and bind device
Checking...POST /api/auth
Authenticate and get signed payload
Checking...curl -X POST https://testforauthfileless.pages.dev/api/activate \
-H "Content-Type: application/json" \
-d '{
"license": "your-license-key",
"hwid": "device-hwid-hex",
"pk": "client-public-key-hex"
}'