---
title: "Handle Screening Gather"
method: POST
path: "/calls/screening/gather/{screening_id}"
tags: ["Calls"]
---

# Handle Screening Gather

`POST /calls/screening/gather/{screening_id}`

Twilio webhook: Handle DTMF input from screening call.

This endpoint is called by Twilio when the recipient presses a digit.
- Press 1: Accept the call (status becomes "accepted")
- Press 2: Decline the call (status becomes "declined")

No authentication (Twilio webhook).

## Path parameters

- `screening_id` string, uuid, required

## 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)
