# List Webhook Event Types

<mark style="color:green;">`GET`</mark>  `/api/v2/webhooks/event_types`

The List Webhook Event Types endpoint retrieves a list of all available event types for configuring webhooks.

{% tabs %}
{% tab title="RESPONSE" %}

```json
{
  "status": "success",
  "data": [
    {
      "event_type_name": "travel_rule",
      "event_type_id": "1"
    }
  ]
}
```

{% endtab %}
{% endtabs %}
