DealerAI
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.

GET
/api/v1/assistant-data/appointments
AuthorizationBasic <token>

Basic Authorization header

In: header

Query Parameters

limit?integer
Default12
Formatint32
includeSummary?boolean
Defaultfalse
dealerIds?string
type?string
query?string
dateFrom?string
Formatdate-time
dateTo?string
Formatdate-time

Response 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
}