Retrieve a list of all configured webhooks
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 10 | Number of results per page (10-100) |
page | integer | 1 | Page number for pagination |
| Field | Type | Description |
|---|---|---|
data | array | Array of webhook objects |
data[].key | string | Unique webhook identifier |
data[].name | string | Webhook name |
data[].url | string | Destination URL for events |
data[].is_active | boolean | Whether webhook is active |
data[].signature | string | Secret for verifying webhook authenticity |
data[].events | array | List of subscribed events |