Multiple activations for the same license

I’m using Cryptlex webapi for our product licensing.
Right now activation metadata is updated via PATCH on activation/activation-id once the product is activated.
Just noticed posting the same data twice doest not create two activations but it updated an existing one if fingerprint, os, license key, and product id remains the same.

Would it be safe to POST to activation endpoint and let Cryptlex decide if it is a new activation or updating a existing one?

Hi,

Yes, if the fingerprint, key and product id is same, it will update the existing activation. But I would recommend using patch as it is faster in performance.