What are SIM tags?
Tags are labels you can apply to SIMs to:- Group related SIMs together (e.g., “Chicago Office”, “Temperature Sensors”, “East Coast”, “v2 hardware”).
- Filter and search for specific groups of SIMs.
- Apply bulk actions to tagged groups.
- Generate reports and analytics by tag categories.
How to tag a single SIM
- Open a SIM from the SIMs pages or using global search.
- Press the tags field in the header.
- In the Tags modal that appears, add or remove existing tags or create new ones.
- Confirm your selection.
How to tag SIMs in bulk
When bulk tagging SIMs, you can see tags that are already applied to some or all of the SIMs you’ve selected.- Navigate to the SIMs pages in your dashboard, and use filters to find the SIMs you want to tag.
- Select SIMs by checking the boxes next to each SIM.
- Click the Manage SIMs menu at the top of the page.
- Choose Manage tags.
- Add or remove existing tags or create new ones.
How to tag SIMs during Activation
During the activation process or when changing data plans, you can apply tags to the SIMs you’ve selected after choosing a data plan.How to edit or remove tags from SIMs using the REST API
List all tags
List all tags
GET /devices/tagsCreate tag
Create a tag
POST /devices/tagsUpdate tag
Update tag name
PUT /devices/tags//updatetagnameDelete tag
Delete a tag
DELETE /devices/tags/Add tag to SIMs
Add tag to SIMs
POST /devices/tags//linkRemove tag from SIMs
Remove tag from SIMs
POST /devices/tags//unlinkLimitations
- Tags are organization-specific and not shared across organizations.
- Updating a tag is an immediate change.
- Transferring SIMs between organizations does not transfer tags.