Retrieve Webhook Endpoint
Retrieves the details of an existing webhook. The webhook endpoint's id that was returned upon endpoint creation is required for identifying the exact endpoint.
/v1/webhook_endpoints/:id
GET
https://api.uiza.sh/v1/webhook_endpoints/:id
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The identifier of the webhook endpoint to be retrieved. |
Sample Request
Last updated