Get your free demo license!
It is also possible to obtain this license via the command line, for example using cURL.
export EMAIL=<enter_your_email_here>
export NAME=<enter_your_name_here>
curl -L -X POST -H 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode product_id=42 \
--data-urlencode buyer_name=${NAME} \
--data-urlencode buyer_email=${EMAIL} \
https://license.interdiode.fr/v1/license/
