Vitrina API

Vitrina API

What is published here today, and what is still only in Spanish.

The Vitrina API lets you read a dealership's published stock, manage its locations, and mint the API keys that do both. Everything lives under https://api.vitrinadev.com/api/v1 and every call carries one credential:

curl https://api.vitrinadev.com/api/v1/stock/count \
  -H "Authorization: Bearer $VITRINA_KEY"
{ "data": { "count": 3 } }

A successful response carries data; a failed one carries error. There is no third shape.

What you can read here

The API reference and the error-code catalogue are generated from the backend's own sources on every build, so they are as current in English as in Spanish.

The guides are not. They were written in Spanish first, against a real workspace, and translating them before they are stable would mean publishing English pages nobody has run. Until they exist here, these are the Spanish ones:

On this page