Hi,
I am sending Dropbox webhooks to an existing webhook endpoint which returns 204 responses to all requests. Dropbox sees this as an error, and then retries the webhook repeatedly.
A 204 status code is the most accurate one for my endpoint, as it doesn't return a request body. Could you update the webhooks to accept any 2XX code as succesful?
Craig