# 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="https://1497651738-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MOLDOibYYcG4PCSEDDL%2Fuploads%2Fyi6jaytSQWclPx1yHLy3%2Fimage.png?alt=media&#x26;token=fc9dcfe0-f1da-411e-b571-d0717aa951dd" 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: ""
}
```
