Appearance
Tagging API
Reference for the Signal V2 tagging endpoints.
What is tagging?
Tagging is the system used to classify and organize posts within a project. Tags can be applied manually or through automated tagging rules.
Each tag belongs to a project and can optionally be placed in a tag folder for grouping. Tags can carry automated tagging rules that assign the tag to posts matching defined text patterns.
What is a tag?
A tag is a label attached to posts inside a project so they can be grouped, filtered, and targeted by rules. Tags can also be assigned to folders for easier organization.
Scope
The tagging area is split into endpoint families:
/tagfor tag lifecycle and tagging rules/tagfolderfor tag folder management- related
/projectendpoints for read-only tag and tag folder listings
Read-only tag and folder listings for a project are exposed through the project area, not through /tag.
Authentication
Authentication is required. See Authentication.
Permissions
All endpoints documented in this section require editor access or higher.
This corresponds to tiers 1, 2, and 3.
Sections
Notes
- All paths in this section are under the V2 base path.
- Request and response examples are sanitized.