API Reference
Add or Update Contact
Creates a new contact or updates an existing one based on email or phone. This operation does not send any messages to the contact.
Authorization
basic AuthorizationBasic <token>
Basic Authorization header
In: header
Request Body
application/json
The contact request containing customer information including name, email, phone, and optional vehicle details.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://api.dealerai.com/api/v1/ailm/contact" \ -H "Content-Type: application/json" \ -d '{}'Empty
{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}