New global zones for plans on the REST API

Hello Everyone!

I just wanted to make a quick post about the update to our plans/ the cool features that come with them and their new options for values in our REST API.

If anyone has activated a SIM via our REST API in the past you’ll remember that the zones parameter would be a 1 or a 2 depending on what zone you wanted to be in. However, our new plans now have new zones parameters global (which includes zones 1 and 2) and USA. To check which parameter you need I recommend using the List Data Plans endpoint GET https://dashboard.hologram.io/api/1/plans?apikey=YOUR_API_KEY_HERE to make sure you can see all the possible zone values for the plan in question.

So, for example, if I want to activate a new SIM on the Professional Plan Flexible Data I run the query above and see that the plan’s id is 202 and its only zone value is global so my request would look like this:

POST https://dashboard.hologram.io/api/1/links/cellular/bulkclaim?apikey=YOUR_API_KEY_HERE&sims=YOUR_SIM_NUMBER_HERE&plan=202&zone=global

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.