List leads
Returns a paginated list of leads captured by the assistant. Supports filtering by dealership, lead type, channel, free-text query, and creation date range, with an optional AI-generated summary per lead.
Authorization
basic Basic Authorization header
In: header
Query Parameters
12int32falsedate-timedate-timeResponse Body
application/json
application/json
curl -X GET "https://api.dealerai.com/api/v1/assistant-data/leads"{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}List conversations
Returns a paginated list of conversation records for the authenticated dealer. Supports filtering by dealership, channel, free-text query, and creation date range, and can optionally include an AI-generated summary for each conversation.
List appointments
Returns a paginated list of appointments booked through the assistant. Supports filtering by dealership, appointment type, free-text query, and date range, with an optional AI-generated summary per appointment.