DealerAI
API Reference

Verify Authentication

Verifies the provided Basic Authentication credentials and returns the authenticated dealer ID.

POST
/api/v1/authentication/verify
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
}