How to tag multiple SIMs using the REST API
If you want to tag hundreds, or even thousands of devices, we recommend using our REST API. This option lets you programmatically tag devices. Use the devices/tags endpoints to create a tag, list tag IDs, and link devices to a tag. 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.Note: You can also make bulk SIM changes in your dashboard.
1
Create the tag and capture its ID
2
Look up an existing tag ID (optional)
3
Link devices to your tag
Note: For tags scoped to a custom organization, include
orgid=YOUR_ORG_ID where required.title: “Tag multiple SIMs using the REST API” description: “Create tags and link them to many devices using REST API endpoints.”
Programmatically tag large fleets using the REST API.How do I use the REST API to tag SIMs in bulk?
1
Create a tag
2
List tags
3
List devices
4
Link devices to a tag
Related actions
Dashboard bulk actions
Tag SIMs in bulk in your dashboard.