---
title: "Create Webhook Test"
method: POST
path: "/mortgage/v1/webhook_tests"
tags: ["Webhooks"]
---

# Create Webhook Test

`POST /mortgage/v1/webhook_tests`

## Request body

- WebhookTestObject
  - `webhook_body` object
    - `event` string
    - `data` object
      - `transaction_id` string
      - `status` string

## Response `200`

Success

- WebhookTestObject
  - `webhook_body` object
    - `event` string
    - `data` object
      - `transaction_id` string
      - `status` string

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity

---

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