Add tags
Tags
Add tags
Add one or more tags to a conversation item.
POST
Add tags
Required scope:
TAGS_WRITEBehavior
Pass tag keys (lowercase, slugified identifiers) — not display names. List available tags withGET /v2/api/tags to get the keys.
Adding a tag that already exists on the item returns a 409 error with code TAG_ALREADY_EXISTS. No action is taken — the tag remains applied.
Idempotency
This endpoint supports theIdempotency-Key header. If a request succeeds and you retry with the same key, the stored response is returned without re-executing the operation. See Idempotency.