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:
Empezar
Get a key, list the stock, read one car, recognise a failure.
Autenticación y API keys
Scopes, minting, revocation and the per-minute ceiling.
Stock
The published lot: what enters it, every field, and the filters.
Sucursales
Locations, their CUT comuna code, and what deactivating one does.
Errores
The envelope and the codes you will actually meet.