---
title: "Receive Bridge Call Context"
method: POST
path: "/internal/bridge/call-context"
tags: ["Internal"]
---

# Receive Bridge Call Context

`POST /internal/bridge/call-context`

Store VXT call context posted by the bridge service.

Called immediately after the bridge places the outbound Twilio call to Vapi.
The twilio_call_sid is the join key — the Vapi webhook will link it to our
Call record later.

## Request body

- BridgeCallContextRequest
  - `correlation_id` string, required
  - `twilio_call_sid` string, required
  - `vxt_call_id` string, required
  - `vxt_party_id` string, required
  - `vxt_instance_host_port` string, required
  - `caller_number` string, nullable
  - `org_phone_number` string, nullable

## Response `200`

Successful Response

- unknown

## 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/4a81645b59f6/schema)
