DealerAI Docs
API Reference

API Reference

DealerAI Public API — manage inventory, conversations, contacts, promotions, and more.

The DealerAI API is a REST API that lets you integrate with the DealerAI platform programmatically. All endpoints are under the /api/v1/ prefix and require Basic Authentication.

Authentication

Every request must include an Authorization header using HTTP Basic Authentication:

Authorization: Basic <base64(username:password)>

Use the /api/v1/authentication/verify endpoint to validate credentials and retrieve your dealer_id.

Base URL

EnvironmentBase URL
Productionhttps://engine.dealerai.com
Staginghttps://engine-stg.dealerai.dev
Devhttps://engine-dev.dealerai.dev

Endpoint Groups

On this page