Returns the mute status of the AI assistant for the specified lead.
curl --request GET \
--url https://api.lofty.com/v2.0/sales-agent/lead/mute-status \
--header 'Authorization: <authorization>'{
"data": {
"mute": "false"
}
}Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.lofty.com/v2.0/sales-agent/lead/mute-status \
--header 'Authorization: <authorization>'{
"data": {
"mute": "false"
}
}