---
title: "Preview Signed Form"
method: POST
path: "/parental-consent/sign/{token}/preview"
tags: ["parental-consent", "parental-consent"]
---

# Preview Signed Form

`POST /parental-consent/sign/{token}/preview`

The completed form, as it WILL look, before anything is recorded.

A guardian signing on a phone sees a scrolling web form: labels, radio
buttons and a signature box. What they are actually agreeing to is a
document -- and until now the first time anyone saw the two joined together
was after the consent had already been stored. Showing the finished page
first is the difference between signing a form and signing a screenshot of
one.

Writes NOTHING. It takes the same payload as the submit below, renders it
onto the school's own PDF and hands it back. A guardian who does not
recognise what they see goes back and edits, and no record was created in
the meantime.

Unauthenticated, like the rest of the guardian flow: the token IS the
authorisation. It is deliberately tolerant about missing fields -- a
preview of a half-filled form is useful, and the submit endpoint is what
enforces completeness.

## Path parameters

- `token` string, required

## Query parameters

- `format` string
- `page` integer

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 25 revisions in range; 1 not diffed.

- **2026-09-05** `289faeee8089` — 2 info
  - added the new optional `query` request parameter `format`
  - added the new optional `query` request parameter `page`
- **2026-09-04** `ebade541eaa4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/parental-consent/sign/:token/preview/post.md)

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/be75c0eba493?raw)
