---
title: "Download the vehicle-import Excel template"
method: GET
path: "/public/onboarding-questionnaire/{token}/stock-template"
tags: ["Onboarding Questionnaire - Public"]
---

# Download the vehicle-import Excel template

`GET /public/onboarding-questionnaire/{token}/stock-template`

Redirect to a short-lived presigned URL for the pre-built workbook.

The workbook is generated once, when the link is issued. Building it per
request would put ~12 reference queries, a full brand/model catalogue load
and an openpyxl render behind an anonymous endpoint — the single most
expensive thing on the public surface, on a memory-bound host.

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/ace841cc41cc/schema)
