List Webhooks
You can list the active webhooks using the GET method to call to the webhooks endpoint. This method lists only active webhooks.
GET v1/environment/webhooks
You can also list a specific webhook if you append the webhook_id
to the end of the endpoint.
GET v1/environment/webhooks/:webhook_id
When listing your webhooks, you'll receive a JSON response similar to the following example.