# FindWebhooks

### Description

This endpoint is used to get all of your webhooks.

{% code overflow="wrap" %}

```csharp
public static VyTask<VyWebhookDto[]> FindWebhooks()
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Returns**

VyTask<[VyWebhookDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/pay/vywebhookdto)\[]>
{% endtab %}
{% endtabs %}
