---
title: "Loss Reason Context"
method: GET
path: "/api/v1/followups/public/loss-reason"
tags: ["followups-public"]
---

# Loss Reason Context

`GET /api/v1/followups/public/loss-reason`

Render context for the confirm page. READ ONLY — never writes.

## Query parameters

- `t` string, required

## Response `200`

Successful Response

- LossReasonContext
  - `project_name` string, required
  - `quote_ref` string, required
  - `preselected_reason` string, nullable, required
  - `reasons` object[], required
  - `already_recorded` boolean, required
  - `recorded_reason` string, nullable, required
  - `recorded_at` string, nullable, required

## Other responses

- `422` — Validation Error

---

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