Merge Tags

POST {{api-domain}}/crm/v3/settings/tags/{{tag_id}}/actions/merge

To merge tags and put all the records under the two tags into a single tag. Please see our API documentation for more information.

Request Body

{"tags"=>[{"conflict_id"=>"{{id of the tag which you want to merge}}"}]}

RESPONSES

status: OK

{"tags":[{"code":"MANDATORY_NOT_FOUND","details":{"api_name":"conflict_id","json_path":"$.tags[0].conflict_id"},"message":"required field not found","status":"error"}]}