> For the complete documentation index, see [llms.txt](https://developer.algbralabs.com/partner-banking/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.algbralabs.com/partner-banking/concepts/webhooks/testing-webhooks.md).

# Testing Webhooks

You can use the following API to test your webhook integrations including the signature verification.&#x20;

Below API must be triggered with the following HTTP payload.

```json
{
    "message": "This is webhook test message payload"
}
```

{% hint style="warning" %}
Remember, this endpoint requires signature verification like any other webhook messages.
{% endhint %}

When this API is called, a subsequent test webhook will be triggered towards your configured URL handlers. Please refer [Supported Events](/partner-banking/concepts/webhooks/supported-events.md) page for more information about the expected event structure.

{% openapi src="/files/0n9yjat0iLRKirQPSjqQ" path="/v1/partner/webhook-test" method="post" %}
[horizon-link.swagger.json](https://1064589423-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FV4GSO002Zw3DNUzaZXPD%2Fuploads%2FUXpxGXPwkExN4gx4KdRK%2Fhorizon-link.swagger.json?alt=media\&token=2a27bdfb-5774-4061-93ba-89695f4a56ba)
{% endopenapi %}
