How can I get information related to the SIM card as seen in the SIM card detail page at connect.sixfab.com. This information is retrieved using the following JSON request …
https://backend.connect.sixfab.com/sims/byName/mySIMname
… which returns a JSON packet containing data like the ICCID, SIM name, SID, usable_interfaces, active_interface, signal_quality, etc.
In this case I’m just looking to obtain the signal strength, but these other values are also useful.
Thanks!