Skip to main content

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

  1. Open a SIM from the SIMs pages or using global search.
  2. Press the tags field in the header.
  3. In the Tags modal that appears, add or remove existing tags or create new ones.
  4. Confirm your selection.
Tags modal

How to tag SIMs in bulk

  1. Navigate to the SIMs page in your dashboard.
  2. Use filters to find the SIMs you want to tag.
  3. Select the SIMs by checking the boxes next to each SIM.
  4. Click the Manage SIMs menu at the top of the list.
  5. Choose Manage tags.
  6. 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/tags

Create tag

Create a tag POST /devices/tags

Update tag

Update tag name POST /devices/tags//updatetagname

Delete tag

Delete a tag DELETE /devices/tags/

Add tag to SIMs

Add tag to SIMs POST /devices/tags//link

Remove tag from SIMs

Remove tag from SIMs POST /devices/tags//unlink

Limitations

  • Tags are organization-specific and not shared across organizations.
  • Updating a tag is an immediate change.
  • Transferring SIMs between organizations does not transfer tags.