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

Extended List Endpoints (1.0.0)

Endpoint:https://sandbox-api.vignette.id

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 vehiclesquery Parameters

  • bug_reportboolean

    Use with all endpoints to inform us for bugs in API

    Default: false

Validate vehiclesHeaders

  • Authorizationstring · 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-Typestring · 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

  • carsobject[] · required

    Array of vehicles with vehicle plate and registration country.

  • emailstring · email

    User email for contact or verification.

Validate vehicles Responses

Successful operation

  • error

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

  • resultobject