GetKeyManager is coming soon! 🎉 See here to know what’s new

Update License Key

Endpoint Details

  • Method: POST
  • Path: /api/v1/update-license-key
  • Authentication: API Key (required)

Request Headers

None specified in Postman

Request Parameters

ParameterTypeRequiredDescriptionExample
api_keytextYesRequired; API Key2964c3c9-0b5d-4d89-b3ac-4668f30bc492
license_keytextYesRequired; License key9cc2cc83-4c74-49f9-98f5-f0e1c1eb1541
product_idtextYesRequired; Product ID1
owner_nametextYesOptional; Owner nameTest Userx
owner_emailtextYesOptional; Owner emailemail@domain.ltd
activation_limittextYesRequired; Activation limit0
validitytextYesRequired; Validity in number of days0
statustextYesRequired; Status, can be ‘available’, ‘assigned’, ‘reserved’, and ‘blocked’assigned
assigned_attextYesOptional; Assigned at date will be used to calculate the expiration date2024-01-08 21:17:32

Response Examples

This endpoint has 1 documented response example(s) in the Postman collection.

License keys updated

HTTP Status: 200 OK

Response Body:

{
  "response": {
    "code": 950,
    "message": "License keys updated",
    "timestamp": 1709001862
  },
  "response_base64": "eyJjb2RlIjo5NTAsIm1lc3NhZ2UiOiJMaWNlbnNlIGtleXMgdXBkYXRlZCIsInRpbWVzdGFtcCI6MTcwOTAwMTg2Mn0=",
  "private_key_used": "product",
  "signature": "D0sIFnnZk2mdTDrX4FXpkK5F15RPJH0atOP3aOSi2cSF2H4KJ+EFl1PXzKJLzXwl6i3svQMQ+w7zeZCcS8diJW1JUxMj6fnD17+maza6eH1+4sBq9/TOW6nQLYvpmkEXWr265hGKh6gPAiLX+SZLKWDhwZEoR9ZaoI7UV6RJSodSTqZtNoeYpOT3Nlgbovb1zrPZoeCzOJ0Vao/bexV6v1DhcHuohTXiZt6YBeKxSNPLgmf3uvXYgW0ROhpsG22QlCdbJRqbBVBSQtESynMxMX6dm9VVSWpF7X7eUY3Zmb3jU6SdQI4RLmnIN4YJ2oQZ9lB1e9gHfvaxK/yVzmLwtQ=="
}
Last updated on