Skip to content

API Endpoints

Igor Sazonov edited this page Jan 31, 2026 · 1 revision

API Endpoints

The dropbox-php library is organized into a collection of endpoint classes, each corresponding to a specific part of the Dropbox API. This modular design makes it easy to find the methods you need.

Below is a list of all the available endpoint classes. Each endpoint has its own page with detailed documentation for all of its methods.

Endpoints

  • Files

    • Provides access to file and folder operations, including uploading, downloading, moving, copying, deleting, and searching.
  • Sharing

    • Manage shared links, folder and file sharing, and collaboration with team members.
  • Users

    • Get account information, space usage, and user features.
  • File Requests

    • Create and manage file request forms.
  • Paper

    • Create, edit, and manage Dropbox Paper documents.
  • Check

    • Perform API connectivity and health checks.

Clone this wiki locally