---
title: "Mint Campaign Test Join Link"
method: POST
path: "/v1/interviews/{interview_id}/join-link/test"
tags: ["join"]
---

# Mint Campaign Test Join Link

`POST /v1/interviews/{interview_id}/join-link/test`

Mint a signed, short-lived TEST join link for the author's dry run.

Registrations through it create invisible test-lab contacts (excluded
from participants, results, and sends), so the author can walk the exact
QR participant flow — including on a pre-launch draft — without touching
the real campaign. Stateless: nothing is stored, the token expires on
its own.

## Path parameters

- `interview_id` string, uuid, required

## Response `200`

Successful Response

- CampaignTestJoinLinkOut
  - `join_url` string, required
  - `expires_at` string, date-time, required
  - `language` string

## Other responses

- `422` — Validation Error

---

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