GET activations

I’m using Cryptlex webapi for our product licensing.

Can customers get only their own license/activation information?
I want to provide users with tools that use Web API.
In Customer Potal, it is considering the provision of tools because it can not get the e-mail address

Hi,

Yes, all users can get only their own license/activation info as you see in the customer portal. Customer portal uses the following endpoints to get this info:

Before using this endpoint, the customer’s access token is needed, which can be fetched using login endpoint:

Thank you very much for your kind support.
The problem is solved.

It seems that you need to add “accountId”
https://api.cryptlex.com/v3/docs#tag/Authentication/operation/post/v3/accounts/login

Best regards,

Yes, you can use “accountId” or “accountAlias” (previously companyId)