Checks whether a lead is currently in the Sales Agent’s AI working pool. Returns true if the lead is actively being followed up, false otherwise.
curl --request GET \
--url https://api.lofty.com/v2.0/sales-agents/working-lead/{leadId} \
--header 'Authorization: <authorization>'{
"leadId": 12345,
"firstName": "Jane",
"lastName": "Smith",
"email": "jane.smith@example.com",
"phone": "+1234567890",
"createdAt": "2026-02-20T10:00:00Z"
}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.
Bearer [access_token]
Lead ID
Working lead status retrieved successfully
Working lead information
curl --request GET \
--url https://api.lofty.com/v2.0/sales-agents/working-lead/{leadId} \
--header 'Authorization: <authorization>'{
"leadId": 12345,
"firstName": "Jane",
"lastName": "Smith",
"email": "jane.smith@example.com",
"phone": "+1234567890",
"createdAt": "2026-02-20T10:00:00Z"
}