cURL
Webhooks
Get webhook
Retrieves a specific webhook.
GET
cURL
This endpoint is in the version 2024.0. No changes are required to continue using it. For more details, see Box API versioning.Learn more about Box SDK versioning strategy.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The ID of the webhook.
Response
Returns a webhook object.
Represents a configured webhook.
The unique identifier for this webhook.
Example:
"11446498"
The value will always be webhook.
Available options:
webhook Example:
"webhook"
The item that will trigger the webhook.
The user who created the webhook.
A timestamp identifying the time that the webhook was created.
Example:
"2012-12-12T10:53:43-08:00"
The URL that is notified by this webhook.
Example:
"https://example.com/webhooks"
An array of event names that this webhook is to be triggered for.
The event name that triggered this webhook.
Available options:
FILE.UPLOADED, FILE.PREVIEWED, FILE.DOWNLOADED, FILE.TRASHED, FILE.DELETED, FILE.RESTORED, FILE.COPIED, FILE.MOVED, FILE.LOCKED, FILE.UNLOCKED, FILE.RENAMED, COMMENT.CREATED, COMMENT.UPDATED, COMMENT.DELETED, TASK_ASSIGNMENT.CREATED, TASK_ASSIGNMENT.UPDATED, METADATA_INSTANCE.CREATED, METADATA_INSTANCE.UPDATED, METADATA_INSTANCE.DELETED, FOLDER.CREATED, FOLDER.RENAMED, FOLDER.DOWNLOADED, FOLDER.RESTORED, FOLDER.DELETED, FOLDER.COPIED, FOLDER.MOVED, FOLDER.TRASHED, WEBHOOK.DELETED, COLLABORATION.CREATED, COLLABORATION.ACCEPTED, COLLABORATION.REJECTED, COLLABORATION.REMOVED, COLLABORATION.UPDATED, SHARED_LINK.DELETED, SHARED_LINK.CREATED, SHARED_LINK.UPDATED, SIGN_REQUEST.COMPLETED, SIGN_REQUEST.DECLINED, SIGN_REQUEST.EXPIRED, SIGN_REQUEST.SIGNER_EMAIL_BOUNCED, SIGN_REQUEST.SIGN_SIGNER_SIGNED, SIGN_REQUEST.SIGN_DOCUMENT_CREATED, SIGN_REQUEST.SIGN_ERROR_FINALIZING Example:
Last modified on January 23, 2026
