To fetch all webhooks for the authenticated user, use the list all webhooks
endpoint.
curl -i -X GET "https://api.box.com/2.0/webhooks" \
-H "authorization: Bearer <ACCESS_TOKEN>"
This endpoint requires the application to have the Manage Webhooks scope
enabled.
This API call will only list the webhooks for the authenticated user, not
for any other users in the enterprise.