Partner API (v1.0)
booleanstring · requiredstring · enum · requiredstring · email
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_reportUse with all endpoints to inform us for bugs in API
Default: false
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Content-TypeSpecifies the format of the request body. Must be 'application/json' for requests with a JSON body.
Enum values:
application/json
Default: application/json
Validate vehicles › Request Body
object[] · required
Array of vehicles with vehicle plate and registration country.
emailUser email for contact or verification.
Validate vehicles › Responses
Successful operation
Error can be null, a simple string code, or an object with details.
object