---
title: "Match Review Updated"
method: POST
path: "labtest.match_review.updated"
tags: ["lab-testing"]
---

# Match Review Updated

`POST labtest.match_review.updated` (webhook)

## Payload

- ClientFacingMatchReviewUpdated
  - `event_type` 'labtest.match_review.updated', required
  - `team_id` string, uuid, required
  - `data` MatchReviewWebhookPayload, required
    - `id` string, uuid, required
    - `status` 'matched' | 'pending_customer_review' | 'pending_ops_review' | 'resolved', required — ℹ️ This enum is non-exhaustive.
    - `decision_code` 'match_sample_id' | 'match_completed' | 'match_cancelled' | 'wrong_collection' | 'wrong_lab' | 'multiple_demo_match' | 'match_sample_id_mismatch_demo' | 'match_demo' | 'no_match', required — ℹ️ This enum is non-exhaustive.
    - `sub_reason_codes` MatchSubReasonCode[]
    - `resolution_action` 'accept' | 'reject' | 'unsure' — ℹ️ This enum is non-exhaustive.
    - `resolved_user_id` string, uuid, nullable
    - `resolved_order_id` string, uuid, nullable

## Acknowledgement `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryvital/apis/junction-api.md) · [All operations](https://skmtc.net/tryvital/apis/junction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryvital/junction-api/revisions/1a22b97afb3a/schema)
