---
title: "Set/Update Webhook URL"
method: POST
path: "/mortgage/v1/webhooks"
tags: ["Webhooks"]
---

# Set/Update Webhook URL

`POST /mortgage/v1/webhooks`

## Request body

- WebhookObject
  - `url` string, required — Proof will make a POST request to this URL for every event.
  - `header` string, nullable — Proof will add this header to every POST request.

## Response `200`

success

- WebhookObject
  - `url` string, required — Proof will make a POST request to this URL for every event.
  - `header` string, nullable — Proof will add this header to every POST request.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/proof/apis/proof-business-api-specification.md) · [All operations](https://skmtc.dev/proof/apis/proof-business-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/proof/proof-business-api-specification/revisions/1adaa0ea25cd/schema)
