POST
/
key
/
unblock
Unblock a license key
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
}

Authorizations

Authorization
string
header
required

Access token for API authentication

Body

application/json

Response

200 - application/json

License key unblocked successfully

The response is of type object.