curl --request POST \
--url https://api.keyport.sbs/api/v1/validate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"license_key": "ABCD-EFGH-IJKL-MNOP"
}
'{
"valid": true,
"status": "active",
"expires": "2027-01-01T00:00:00.000Z",
"ip_registered": false,
"ip_count": 1,
"max_ips": 1,
"version": "2.1.0",
"version_valid": true,
"custom": {
"tier": "pro",
"exports": true
},
"signature": null
}Use your product API key in the Authorization header.
Validation processed.
true
"active"
"2027-01-01T00:00:00.000Z"
false
1
1
"2.1.0"
true
{ "tier": "pro", "exports": true }
null
curl --request POST \
--url https://api.keyport.sbs/api/v1/validate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"license_key": "ABCD-EFGH-IJKL-MNOP"
}
'{
"valid": true,
"status": "active",
"expires": "2027-01-01T00:00:00.000Z",
"ip_registered": false,
"ip_count": 1,
"max_ips": 1,
"version": "2.1.0",
"version_valid": true,
"custom": {
"tier": "pro",
"exports": true
},
"signature": null
}