---
title: "Handle Pdfmonkey Webhook"
method: POST
path: "/api/v1/statements/pdfmonkey/webhook"
---

# Handle Pdfmonkey Webhook

`POST /api/v1/statements/pdfmonkey/webhook`

Handles the rendered-document webhook from either PDF provider (PDFMonkey or
caresquare-pdf-generation) and records the result on the statement.

A single document can back several statement rows, one per recipient, so this
updates every row sharing the document_id.

Uses the async Supabase client so a monthly statement run, which delivers one
webhook per participant, does not block the worker's event loop.

## Response `200`

Successful Response

- object[]

---

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