---
title: "Force Match"
method: POST
path: "/developer/reconciliation/force-match"
tags: ["Developer", "Developer - Reconciliation", "Developer - Reconciliation"]
---

# Force Match

`POST /developer/reconciliation/force-match`

Manually link a VXT webhook event to a call, then fire stitching.

Bypasses the normal match criteria — used for multi_match or orphan
cases where a developer has visually confirmed the correct pairing.
Idempotent: safe to call again if a previous attempt failed mid-flow.

## Request body

- ForceMatchRequest — Manually link a vxt_webhook_event to a call and trigger stitching.
  - `call_id` string, uuid, required
  - `event_id` string, uuid, required

## Response `200`

Successful Response

- VxtReconciliationActionResponse — Generic ack for mutating endpoints (rerun, force-match).
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
