v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBLead
Update the interest status of a lead
Update the interest status of a lead
post/api/v2/leads/update-interest-status
Request body
Example request
{
"lead_email": "test@test.com",
"interest_value": 1,
"campaign_id": "019f94cd-aeec-7678-878d-25005c7f650f",
"ai_interest_value": 1,
"disable_auto_interest": true,
"list_id": "019f94cd-aeec-7678-878d-250117351f25"
}Response
Default Response
Example response
{
"message": "Lead interest status update background job submitted"
}