LeadTagRead
An assignment linking a lead to a tag. Creating one applies the tag to the lead (and syncs to the CRM); deleting one removes it.
idIdrequired
Unique numeric identifier of the record.
lead_idLead Idrequired
ID of the lead this record relates to.
tag_idTag Idrequired
ID of the tag assigned to the lead.
created_atdate-timerequired
Creation time (UTC, ISO 8601).
LeadTagRead
{
"id": 0,
"lead_id": 0,
"tag_id": 0,
"created_at": "2024-07-29T15:51:28.071Z"
}