---
title: "$viva->webhooks->eventTypeIds()"
method: GET
path: "/Webhooks/eventTypeIds"
tags: ["Webhooks"]
---

# $viva->webhooks->eventTypeIds()

`GET /Webhooks/eventTypeIds`

Retourne tous les IDs de types d'événements connus.

```php
$ids = $viva->webhooks->eventTypeIds();
// [1796, 1797, 1798, 1799, 1800, ..., 1828]
```

## Response `200`

Liste des IDs d'événements

- integer[]

---

[API](https://skmtc.net/qrcommunication/apis/viva-wallet-merchant-sdk-re-fe-rence-php.md) · [All operations](https://skmtc.net/qrcommunication/apis/viva-wallet-merchant-sdk-re-fe-rence-php/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qrcommunication/viva-wallet-merchant-sdk-re-fe-rence-php/versions/bcafd06ce584/schema)
