Dealer Analytics
The endpoint allows you to pull pre-diagnostic analytics for a given timeframe.
Endpoint
https://api-v2.motovizion.ai/dealer/analytics/Request Format
HTTP Method
POSTContent Type
application/jsonRequest Body
Parameter
Type
Required
Description
Making an Authorized Request
curl -X POST https://api-v2.motovizion.ai/dealer/analytics/ \
-H "Content-Type: application/json" \
-H "X-API-KEY: API_KEY" \
-d '{
"dealer_uuid": "1234",
"start_date": "2025-05-01",
"end_date": "2025-06-30"
}'
Error Responses
Missing API Key
Response Data
Response Fields
Field Name
Type
Description
Error Codes
HTTP Status Code
Description
Last updated

