Skip to main content

How can I retrieve SIM activation status for a list of SIMs?

With the exact SIM IDs, you can cycle through the GET SIM information to see activated status of each SIM.

Jason Godfrey avatar
Written by Jason Godfrey
Updated over a week ago

Environment

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:

  1. Cycle / loop the GET request through the list of SIMs.

  2. The response will include a field: activated. The boolean can be either:

    1. activated: true - SIM activated, or

    2. activated: 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.

Did this answer your question?