---
title: "Issue an onboarding questionnaire link"
method: POST
path: "/api/admin/onboarding-questionnaires"
tags: ["Onboarding Questionnaire - Admin"]
---

# Issue an onboarding questionnaire link

`POST /api/admin/onboarding-questionnaires`

Create a questionnaire for a company and email the link to the dealer.

The raw link is returned HERE AND ONLY HERE — the token is stored hashed, so
it can never be shown again. The UI must present it for copying now; after
that, the only way to hand it over is a resend, which rotates it.

## Headers

- `x-api-token` string, nullable

## Request body

- CreateLinkRequest
  - `idcompany` integer, required
  - `client_email` string, email, required
  - `registration_id` integer, nullable

## 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/4b44eb76b3ee/schema)
