Tag API 26.06 release notes

Last updated June 17th, 2026

New

Initial release of Tag API

26.06 introduces common APIs that are available across Knox cloud services. Tag API, the first such offering, is now generally available. It is a unified device tagging solution for all Knox cloud services.

Tag API enables you to assign and manage common tags, which are cross-service device labels that can be accessed from Devices > COMMON TAGS in Knox Admin Portal. The following API endpoints are available:

HTTP method Endpoint Description
GET /tags Retrieves all tags for a specific customer with pagination support
POST /tags Creates a single new tag for a customer
DELETE /tags/{tagId} Deletes a tag for a customer
PUT /tags/{tagId} Updates existing tag details
POST /devices/bulkAssign Assigns tags to multiple devices in bulk
POST /devices/bulkUnassign Unassigns tags from multiple devices in bulk

OAuth 2.0 scopes for Tag API

The following OAuth 2.0 scopes have been introduced to support Tag API:

Scope Description
tag Manage all functionality related to tags across Knox cloud services
tag.tags:view View tags across Knox cloud services
tag.tags:manage Manage tags across Knox cloud services

See Tag API reference for more information.

Back to release notes

Is this page helpful?