Official Knowledgebase

How to verify your Software License Key via API

Search step-by-step installation tutorials, software license setup, and server FAQs.

Help Center Licenses & Domain Verification How to verify your Software License Key via API

How to verify your Software License Key via API

## Automated License Verification API

ScriptNest includes a built-in verification endpoint that enables your deployed scripts to confirm valid licensing.

### Endpoint:
POST /api/v1/license/verify

### Payload (JSON or POST form):
`json
{
"license_key": "SN-PROJ-XXXX-XXXX",
"domain": "clientdomain.com"
}
`

### Response:
`json
{
"valid": true,
"status": "active",
"domain": "clientdomain.com",
"licensed_to": "buyer_username"
}
`

You can bind or update your registered domain at any time directly from your User Dashboard → Downloads section.

Was this article helpful?

0 developers found this helpful