Welcome to our new Vignette ID Developer Portal documentation!
Partner API (v1.0)

Extended List Endpoints

Server

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

Validate vehicles › query Parameters

bug_report
​boolean

Use with all endpoints to inform us for bugs in API

Default: false

Validate vehicles › Headers

Authorization
​string · required

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Content-Type
​string · enum · required

Specifies 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.

email
​string · email

User email for contact or verification.

Validate vehicles › Responses

Successful operation

​

Error can be null, a simple string code, or an object with details.

​object