Our Web Hook API sends an HTTP GET request to the URL you specify whenever a file is uploaded, downloaded, changed, renamed, or deleted. Information about the operation is included in the request query string. The API is very easy to use and can be integrated by anyone with server-side programming knowledge.
Simply visit the Site tab of your account and enable the Web Hook API. Enter the URL we should send our HTTP request to.
Our HTTP GET request will be sent within a few minutes of the operation happening and will include these GET parameters:
We hope that this document helps you integrate our Web Hook API. If you have any questions, please feel free to contact us.
If you would like a feature added to the API, let us know and we'll let you know whether it's possible.