Extended endpoints.
Validate vehicles
POST
https://sandbox-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_report
booleanUse with all endpoints to inform us for bugs in API
Default: false
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.Content-Type
string · 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
cars
object[] · requiredArray of vehicles with vehicle plate and registration country.
email
string · emailUser email for contact or verification.
Responses
Successful operation
error
Error can be null, a simple string code, or an object with details.
result
object