logo
🏠 Home
API Reference
Products List Endpoints
Products (vignettes and tunnels)
Products / Status
Users
User Orders
🚗 Vehicle
powered by zuplo
Sign in

Partner API (v2.0)

Documentation describes the possibilities of connecting to the platform Vignette ID for the possibility of paying for the motorway in 9 European countries.

More about supported countries

Get access to sandbox

BASE URL
https://sandbox-api.vignette.id

Products List Endpoints

Endpoints for interacting with products.

ENDPOINTS
GET/v2/public/products
GET/v2/public/products/status

Products (vignettes and tunnels)

Headers

Authorization

required, string

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

Query Parameters

country

optional, string

Returns filtered products by country. Supported countries: at, ch, si, hu, sk, cz, ro, bg, md.

type

optional, string

Returns filtered products by type. Supported types vignette, tunnel, bridge

bug_report

optional, boolean, default: false

Use with all endpoints to inform us for bugs in API

GET
/v2/public/products
1

Products / Status

Headers

Authorization

required, string

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

GET
/v2/public/products/status
1

Users

Headers

Authorization

required, string

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

GET
/v2/public/users
1

User Orders

Headers

Authorization

required, string

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

GET
/v2/public/users/:id/orders
1