Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.box.com/llms.txt

Use this file to discover all available pages before exploring further.

To fetch all webhooks for the authenticated user, use the 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.