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
}