API Reference
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.
Authorization
basic AuthorizationBasic <token>
Basic Authorization header
In: header
Query Parameters
limit?integer
Default
12Format
int32includeSummary?boolean
Default
falsedealerIds?string
type?string
query?string
dateFrom?string
Format
date-timedateTo?string
Format
date-timeResponse Body
application/json
application/json
curl -X GET "https://api.dealerai.com/api/v1/assistant-data/appointments"Empty
{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}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.
List predefined assistant tasks
Returns the catalog of predefined assistant tasks available to your account, including each task key and the parameters it accepts. Use a task key with the execute endpoint to run it.