I need a way to check the data balances of multiple (10+) prepaid sim cards in an easy and efficient way. Currently all the SIM cards are registered under one online account so I can log in and check the balance of each one individually. This however takes up time and I need to keep track of each number when querying each balance. What I want is a list of all the numbers with their respective balances next to them so that I can load new data if needed.
The best option would be If there is an API call of some sort I can write a small script to query all the balances but I am not aware of functionality like this. The reason I need to monitor the balances as these SIMs only consume about 200MB of data per month so do not want to put each of them on a data contract.
The best option would be If there is an API call of some sort I can write a small script to query all the balances but I am not aware of functionality like this. The reason I need to monitor the balances as these SIMs only consume about 200MB of data per month so do not want to put each of them on a data contract.
