Skip to main content
PATCH
Add Tag to Lead

Authorizations

Authorization
string
header
required

API key from Settings → API Keys in your workspace

Body

application/json
lead_id
string
required

UUID of the lead to tag

Example:

"307fc241-8398-4740-8122-cf6a59f3b86e"

tag
string
required

Tag name. Use underscores for multi-word tags.

Example:

"High_Priority"

Response

Tag added successfully

status
string
Example:

"success"

lead_id
string
tag
string
message
string
Example:

"Tag added successfully"