GTM Engineer looking for the most complete social signal source? Check out our GTM Unlimited Plans
Help Center Documentation

Leads API: Add a Tag

Overview

This API endpoint allows you to add a tag to existing lead record

Prerequisites

Endpoint

PUT /{profile_id}/leads/{lead_id}/tag

Path parameters:

  • {profile_id} – Your unique profile identifier, found in the Profile Settings.
  • {lead_id} – The lead record ID, which appears in the webhook payload or in Lead Monitoring lead details.

Note: All API calls using a given {profile_id} apply only to the corresponding workspace.

Request Body

{
    "name": "group_a"
}