v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBSales Agents V2
Get Sales Agent by lead ID
Retrieves the Sales Agent (AI Assistant) configuration associated with the specified lead.
get/v2.0/sales-agents/by-lead
Query parameters
leadIdinteger required
Lead ID
Headers
Authorizationstring required
Bearer [access_token]
Response
Sales Agent found successfully
Example response
{
"id": 12345,
"userId": 67890,
"agentName": "John Doe",
"agentHeadUrl": "https://example.com/avatar.jpg",
"assistantName": "John's AI Assistant",
"assistantHeadUrl": "https://example.com/ai-avatar.jpg",
"virtualNumber": "+1234567890",
"virtualNumberCountry": "US",
"followUpRole": "buyer_agent",
"agentExperience": "10 years in real estate",
"email": "john.assistant@example.com",
"status": "ACTIVE",
"createdAt": "2026-02-20T10:00:00Z",
"updatedAt": "2026-02-28T10:00:00Z",
"hasQuotaSeat": true,
"borrowLevel": "SELF",
"borrowId": 12345
}