What are SIM tags?
Tags are labels you can apply to SIMs to:- Group related SIMs together (e.g., “Chicago Office”, “Temperature Sensors”).
- 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
- Navigate to the SIMs page in your dashboard.
- Use filters to find the SIMs you want to tag.
- Select the SIMs by checking the boxes next to each SIM.
- Click the Manage SIMs menu at the top of the list.
- Choose Manage tags.
- Add or remove existing tags or create new ones.
How to tag SIMs during Activation
During the activation process, you can apply tags to the SIMs you are activating after selecting 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
POST /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.