cURL
curl --request POST \ --url https://api.keymint.dev/key/block \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "productId": "<string>", "licenseKey": "<string>" }'
{ "message": "Key blocked", "code": 0 }
Blocks a license key, preventing it from being activated on any device. Blocked keys cannot be used until unblocked.
Access token for API authentication
License key blocked successfully
The response is of type object.
object