---
title: "Test webhook"
method: POST
path: "/webhook/{webhook_uuid}/test"
tags: ["Org Level Webhooks"]
---

# Test webhook

`POST /webhook/{webhook_uuid}/test`

This API sends a test payload to your configured webhook endpoint using a provided event.

---
This endpoint requires users to provide an `event_uuid` for a notification event that you have configured a webhook for.

You can find configured notifications event and their uuids by using the [List events for Webhook endpoint](https://docs.ocrolus.com/ocrolus-api/reference/list-events).

## Path parameters

- `webhook_uuid` string, uuid, required

## Request body

- object
  - `event_uuid` string, required — The unique universal identification code of the event that you would like to test for.

## Response `200`

Success

- object
  - `event_name` string — The name of the notification event delievered by Ocrolus.
  - `severity` string — The configured importance level for this type of event.
  - `uploaded_docs` object[]
  - `notification_reason` string — A written explanation of the event that triggered the notification.
  - `notification_type` string — Describes the type of notification the event triggered.
  - `book_uuid` string — A unique identification code (uuid) of the <<glossary:Book>> from which the event was triggered from.

---

[API](https://skmtc.net/ocrolus/apis/user-management.md) · [All operations](https://skmtc.net/ocrolus/apis/user-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ocrolus/user-management/versions/3571ef602d13/schema)
