Environment
Onomondo API: GET Retrieve specific SIM information
Question
How can I retrieve SIM activation status for a list of SIMs?
What is the API method to see activation status of SIM cards from the exact SIM_ID list?
I have a list of SIM IDs. How can I check which ones are activated?
Answer
Use the GET SIM information for each SIM to see if they are activated or not:
Cycle / loop the GET request through the list of SIMs.
The response will include a field:
activated
. The boolean can be either:activated: true
- SIM activated, oractivated: false
- SIM deactivated.
This method requires you to have a list of SIM IDs ready and can be performed programatically with a coding language of choice.