Find visitor tag by ID
Retrieve a visitor tag by its id. Visitor tags are account-level assets.
query Parameters
idTagThe ID of the tag to return
Find visitor tag by ID › Responses
The requested visitor tag
idTagID of the tag
tagNameTag name
statuscolorDisplay color for the tag
idCategoryCategory ID for organizing tags
categoryNameCategory name for organizing tags
List visitor tags
Retrieve all non-deleted visitor tags. Visitor tags are account-level assets.
query Parameters
idCategoryOptional category filter
List visitor tags › Responses
List of visitor tags
idTagID of the tag
tagNameTag name
statuscolorDisplay color for the tag
idCategoryCategory ID for organizing tags
categoryNameCategory name for organizing tags
Find visitor tags by status
Retrieve all visitor tags with the specified status
query Parameters
statusStatus of resource
idCategoryOptional category filter
Find visitor tags by status › Responses
List of visitor tags
idTagID of the tag
tagNameTag name
statuscolorDisplay color for the tag
idCategoryCategory ID for organizing tags
categoryNameCategory name for organizing tags
Update a visitor tag
Update an existing visitor tag. The id cannot be changed.
Update a visitor tag › Request Body
idTagID of the tag
tagNameTag name
statuscolorDisplay color for the tag
idCategoryCategory ID for organizing tags
categoryNameCategory name for organizing tags
Update a visitor tag › Responses
Visitor tag updated successfully
Create a visitor tag
Create a new visitor tag
Create a visitor tag › Request Body
idTagID of the tag
tagNameTag name
statuscolorDisplay color for the tag
idCategoryCategory ID for organizing tags
categoryNameCategory name for organizing tags
Create a visitor tag › Responses
Visitor tag created successfully
Duplicate a visitor tag
Create a duplicate of an existing visitor tag.
query Parameters
idTagID of the visitor tag to duplicate.
Duplicate a visitor tag › Request Body
nameName for the new asset
parentIdOptional parent/category ID for the new asset
Optional field overrides to merge into the duplicated asset. Keys are JSON field names (e.g. baseURL, trackingFieldSlots). Protected fields (ID, owner, status) cannot be changed via this field — they are always set by the server after the merge.
Duplicate a visitor tag › Responses
The newly created visitor tag
idID of the newly created asset
Move visitor tags to category
Move visitor tags to the specified category
Move visitor tags to category › Request Body
entriesList of asset IDs to move
idCategoryTarget category ID (empty string to remove from category)
Move visitor tags to category › Responses
Visitor tags moved successfully