Flow

address specified when the webhook was created.
The payload of this call contains some request headers, and a JSON body.
Payload headers
The payload sent by a webhook has the following Box-specific headers.
For example:
We recommend and
of the webhook payloads.
HTTP header names are case-insensitive. Your client should convert
all header names to a standardized lowercase or uppercase format before trying
to determine the value of a header.
Payload body
The body of a webhook payload is a JSON object that describes the file or folder (target) that triggered the webhook, and the event that was triggered.
Example:
Retries
Delivery of a webhook payload fails when Box does not receive a response with an HTTP status code in the200 to 299 range within 30 seconds of sending the
payload.
Box retries webhook deliveries up to 5 times over a period of 1 hour. These
numbers could be subject to change.
