Extended endpoints.
Validate vehicles
POST
https://api.vignette.id
/public/validate-vehicle
Possibility to check the vehicle number according to the selected country.
A list of acceptable vehicle registration countries codes in two letter format like at, cz, pl, ua...
⚠️ Rate limit policy applies to this endpoint Check Rate Limits
query Parameters
bug_reportbooleanUse with all endpoints to inform us for bugs in API
Default: false
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.Content-Typestring · enum · requiredSpecifies the format of the request body. Must be 'application/json' for requests with a JSON body.
Enum values:application/jsonDefault: application/json
Request Body
carsobject[] · requiredArray of vehicles with vehicle plate and registration country.
emailstring · emailUser email for contact or verification.
Responses
Successful operation
errorError can be null, a simple string code, or an object with details.
resultobject