Get Makes

Get a list of all available makes in the database.

GET

Response

application/json

Makes retrieved successfully

Request Parameters

No parameters required.

Success Response Fields (200)

FieldTypeRequiredDescription
dataarray<string>
Required
Array of make names (strings), sorted alphabetically

Error Response Fields

FieldTypeRequiredDescription
errorstring
Required
Error type identifier. Common values: "Validation Error", "HTTP Error", "Database Error", "Internal Server Error"
messagestring
Required
Human-readable error message describing what went wrong
detailsobject<string, string[]>-Additional validation error details. Only present for 400 Validation Error responses. Keys are field names, values are arrays of error messages for that field