Integrate Your Website with our Web Hook API

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.

API Integration Guide:

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:

  1. action -- Type of action that occurred. Will be one of the following: create, read, update, destroy, move.
  2. interface -- Interface where the action occurred. Will be one of the following: web, ftp, robot.
  3. path -- Path of the file that was operated on.
  4. destination -- If a move or rename operation, the new filename.

Need More? Need help?

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.