> For the complete documentation index, see [llms.txt](https://docs.hypersign.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypersign.id/hypersign-id/integrations/webhook.md).

# Webhook

Admin can setup webhook from their app's KYC dashboard. Login to Entity Developer Dashboard and navigate to the KYC app for you want to configure the Webhook.&#x20;

<figure><img src="/files/iuhzRZI4AYrV9q7VsWAA" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Webhook URL must be of HTTP method POST
{% endhint %}

Webhook works on "Fire & Forget" way. As soon as the KYC server verifies the KYC it simply executes the webhook with the following request body:

```javascript
{
   idToken: "",
   sessionId: ""
}
```
