What default value of URL(domain) for lexactivator Activate method?

I’m interesting which URL(domain address if be precise) is used During the call LexActivator.ActivateLicense() (SetCryptlexHost wasn’t called). Maybe I missed that in documentation.

PS: If I will turn off network connection .ActivateLicense() returns broadcast message “Failed to connect to the server due to network error.”

Hi Yurii,

LexActivator.ActivateLicense() function uses following endpoint:

https://api.cryptlex.com/v3/docs#tag/Activations/operation/post/v3/activations

1 Like

Thanks for the link.

But domain name is not mentioned here.

Does LexActivator send requests to https://api.cryptlex.com/ ?

Yes, the full URL is:

https://api.cryptlex.com/v3/activations

1 Like