Overview
The Dropbox API v2 is a set of HTTP endpoints that help your app integrate with Dropbox. This reference covers everything you can do with the API.
We recommend that you use one of our officially supported SDKs. However, the raw HTTP documentation is helpful if your language of choice isn’t supported, or if you prefer not to use an SDK.
User Endpoints
Endpoints that act on behalf of an individual user — files, sharing, file requests, Paper, and account info
Business Endpoints
Endpoints for managing a Dropbox Business team — membership, groups, team content, and the event log
Before you start
- Authorization — get an access token with the
/oauth2/authorizeand/oauth2/tokenendpoints - OAuth guide — choose a flow, and pick the scopes each endpoint requires
- Request and response formats — how the API encodes arguments, responses, and errors