Skip to main content

How to activate multiple SIMs in bulk using the REST API

Use the Hologram REST API to activate dozens or thousands of SIMs in a single request. You can submit explicit ICCID lists or ICCID ranges, and specify the data plan and zone to apply.
Note: You can also perform bulk actions in the Dashboard for smaller jobs.
If you aren’t familiar with APIs, we highly recommend checking out our introduction to Hologram’s REST API guide as well as using Postman to make the API calls mentioned in this guide.

Prerequisites

  • API key with permission to manage SIMs
  • Organization ID where the SIMs belong
  • Plan ID and zone for the target plan (see below)
1

Find your plan ID and zone

Use the plans endpoint to list available plans. Find the id and the zones value (for example: global, USA, usaall, 1, or 2). Plans should generally have only one zone.
cURL
Response example
2

Activate SIMs

Activate SIMs with an explicit ICCID list

Send a POST request to the bulk claim endpoint with a list of ICCIDs.
cURL

Activate SIMs with an ICCID range

Alternatively, submit a range for contiguous ICCIDs.
cURL
Warning: Use the correct plan and zone to avoid unexpected charges. Verify a subset before running very large batches.

End testing and activate SIMs in your dashboard

How to activate SIMs in your dashboard

Change SIM data plans in bulk using the REST API

How to change SIM data plans in bulk using the REST API