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