List All Webhook Endpoints
Returns a list of existing webhook endpoints in sorted order where the most recently created endpoints show up first.
/v1/webhook_endpoints
GET
https://api.uiza.sh/v1/webhook_endpoints
Query Parameters
Name | Type | Description |
---|---|---|
status | string | Indicates the current status of the webhook endpoint, either disabled or enabled. |
page_token | string | The maximum number of objects to be returned, between 1 and 20. |
page_size | string | The pagination cursor of the result page to be retrieved. |
Sample Request
Last updated