Hello, i would like to extract expiration value from bitdefender security center to create a automation with our system where can i extract this data? or is there any API that i can implement?
Hello.
There is no API provided. However, you could read the 'DATA' value from HKEY_USERS\.DEFAULT\Software\Sub_ID_com.bitdefender.cl. Inside that, you will find a JSON - the "DaysLeft" key is what you are looking for.
Thank you