> For the complete documentation index, see [llms.txt](https://docs.ospree.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ospree.io/developers/webhooks/api-endpoints/list-webhook-event-types.md).

# 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 %}
