Welcome to our new Vignette ID Developer Portal documentation!
Documentation

Partner API (v1.0)

Documentation describes the possibilities of connecting to the platform Vignette ID for the possibility of processing vignettes, tunnels, and related road services.
Endpoints cover products, users, and orders. Authentication is handled via API key or bearer token.

Base URL: https://api.vignette.id

Partnership

  • Partner Form: Fill form to get access to sandbox and test Vignette ID API

API Endpoints

  • POST /mcp (https://api.vignette.id/mcp) Tags: Internal List Endpoints Description: MCP Server endpoint. Used by partners to create orders in Vignette ID system.

  • GET /public/orders (https://api.vignette.id/public/orders) Tags: Orders List Endpoints Description: This endpoint allows you to obtain a list of all partner orders with all the necessary information about the order

  • POST /public/orders (https://api.vignette.id/public/orders) Tags: Orders List Endpoints Description: New order on partner side initiate request for processing in Vignette ID system.

  • GET /public/orders/{id} Tags: Orders List Endpoints Description: • id - order id in Vignette ID system • custom_id - order id in Partner system • provider_id - unique vignette id in national (government) providers systems • cars -> provider_id - unique vignette identificator in national provider system • cars -> pdf - confirmation file from national provider system

  • [POST /public/orders/{id}/cancel-deferred] (https://api.vignette.id/public/orders/{id}/cancel-deferred) Tags: Orders List Endpoints Description: The ability to cancel an order that has a DEFERRED status if it is not processed within the specified time period

DEFERRED - only

PENDING - only

Bot Access Policy

Vignette ID preferences for AI/LLM access, training, and content usage:

  • User-agent: gptbot
    Allow‑Training: yes
    Allow‑Retrieval: yes

  • User-agent: claudebot
    Allow‑Training: yes
    Allow‑Retrieval: yes

  • User-agent: google-extended
    Allow‑Training: yes
    Allow‑Retrieval: yes

  • User-agent: perplexitybot
    Allow‑Training: yes
    Allow‑Retrieval: yes

  • User-agent: neevabot
    Allow‑Training: yes
    Allow‑Retrieval: yes

  • User-agent: youbot
    Allow‑Training: yes
    Allow‑Retrieval: yes

  • User-agent: ccbot (Common Crawl)
    Allow‑Training: yes
    Allow‑Retrieval: yes

  • User-agent: duckduckbot (DuckDuckGo AI)
    Allow‑Training: yes
    Allow‑Retrieval: yes

  • User-agent: yandexbot
    Allow‑Training: no
    Allow‑Retrieval: no

  • User-agent: archive.org_bot
    Allow‑Training: yes
    Allow‑Retrieval: yes

Default Rule for Unspecified or Future Bots

  • User‑agent: *
    Allow‑Training: yes
    Allow‑Retrieval: yes
Last modified on