List all inventory tags
Retrieves all inventory tags for the specified company, including usage counts.
path Parameters
companyIdThe unique identifier of the company
List all inventory tags › Responses
List of inventory tags with usage counts
createdAtTimestamp when the tag was created (UTC)
updatedAtTimestamp when the tag was last updated (UTC)
usageCountNumber of inventory items currently assigned this tag
tagIdUnique identifier for the tag
companyIdIdentifier of the owning company
nameTag name (must be unique within company)
colorHex color code for the tag (e.g., #FF5733)
descriptionOptional description of the tag's purpose
Create new inventory tag
Creates a new inventory tag for the specified company.
path Parameters
companyIdThe unique identifier of the company
Create new inventory tag › Request Body
nameTag name (must be unique within company)
colorHex color code for the tag (e.g., #FF5733)
descriptionOptional description of the tag's purpose
Create new inventory tag › Responses
Tag created successfully
tagIdUnique identifier for the tag
companyIdIdentifier of the owning company
nameTag name (must be unique within company)
colorHex color code for the tag (e.g., #FF5733)
descriptionOptional description of the tag's purpose
Get inventory tag
Retrieves a specific inventory tag by ID with usage count.
path Parameters
companyIdThe unique identifier of the company
tagIdThe unique identifier of the tag
Get inventory tag › Responses
The inventory tag with usage count
createdAtTimestamp when the tag was created (UTC)
updatedAtTimestamp when the tag was last updated (UTC)
usageCountNumber of inventory items currently assigned this tag
tagIdUnique identifier for the tag
companyIdIdentifier of the owning company
nameTag name (must be unique within company)
colorHex color code for the tag (e.g., #FF5733)
descriptionOptional description of the tag's purpose
Update inventory tag
Updates an existing inventory tag. Changes to name and color will be reflected everywhere the tag appears.
path Parameters
companyIdThe unique identifier of the company
tagIdThe unique identifier of the tag
Update inventory tag › Request Body
nameTag name (must be unique within company)
colorHex color code for the tag (e.g., #FF5733)
descriptionOptional description of the tag's purpose
Update inventory tag › Responses
Tag updated successfully
tagIdUnique identifier for the tag
companyIdIdentifier of the owning company
nameTag name (must be unique within company)
colorHex color code for the tag (e.g., #FF5733)
descriptionOptional description of the tag's purpose
Delete inventory tag
Deletes an inventory tag. This will remove the tag from all inventory items and delete all associated rules. This action cannot be undone.
path Parameters
companyIdThe unique identifier of the company
tagIdThe unique identifier of the tag
Delete inventory tag › Responses
Tag deleted successfully
List inventory tag assignments
Returns all tag assignments for inventory items in the specified company.
path Parameters
companyIdThe unique identifier of the company
List inventory tag assignments › Responses
List of tag assignments
inventoryIdThe inventory item identifier
tagIdUnique identifier for the tag
companyIdIdentifier of the owning company
nameTag name
colorHex color code for the tag
descriptionOptional description of the tag

