API Reference
Verify Authentication
Verifies the provided Basic Authentication credentials and returns the authenticated dealer ID.
Authorization
basic AuthorizationBasic <token>
Basic Authorization header
In: header
Response Body
application/json
curl -X POST "https://api.dealerai.com/api/v1/authentication/verify"Empty
{
"message": "string",
"details": null
}Cancel a thread run
Requests cancellation of the active run on the specified thread. The request is accepted asynchronously (202); the run transitions to a cancelled state once cancellation completes.
Get chats for the authenticated dealer.
Read-only endpoint for listing chat conversations with optional filtering and pagination.