cURL
curl --request POST \ --url https://api.keymint.dev/key/unblock \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "productId": "<string>", "licenseKey": "<string>" }'
{ "message": "Key unblocked", "code": 0 }
Unblocks a previously blocked license key, allowing it to be activated on devices again
Access token for API authentication
License key unblocked successfully
The response is of type object.
object