Using Web API for retrieving license update date

Hi team,
I am using https://api.cryptlex.com:443/v3/licenses/{id} in postman to retrieve the license update date. I have my unique id also. I have a doubt in using my string in API call.

https://api.cryptlex.com:443/v3/licenses/{id: “"} is this right format to get particular license data.
I receive following error in postman
{“message”:"User license id '{id: "
*****”}'does not exist!"}

Thanks in advance,
Mohanasudharsan.K

Hi Mohanasudharsan,

The sample url will look like following:

https://api.cryptlex.com/v3/licenses/df54s-6478-dhshss6-7474-hjhj

Thanks adnan, That works for issue.

Also how to get “updatedAt” value alone (now getting entire details) for particular id using postman. Once if we get in postman, we will be able to apply in our application.

We don’t support getting specific properties only. We always return the whole result.

Thanks adnan.

Is there any way to get unique license id using LEXACTIVATOR ? We are currently using GetLicenseKey to get the key in dashboard. Like wise want to get license id for the activated license.

What is the use case for getting the license id?