# Dropbox API **Provider:** Dropbox **Category:** storage **Base URL:** `https://www.dropbox.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_ACCESS_TOKEN` **Rate Limit:** 4,000 API calls/min (authenticated) **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://www.dropbox.com/developers ## Description File Sharing and Storage ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.dropbox.com/` | See documentation for endpoint reference | ## Authentication OAuth 2.0 or JWT (Server Authentication) for machine-to-machine ``` Authorization: Bearer YOUR_ACCESS_TOKEN ``` ## Sample Request ```bash curl 'https://www.dropbox.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Individual: free (10GB). Business Starter: $15/user/mo (unlimited storage). Business: $20/user/mo. Enterprise: custom. --- *Source: [API Map](https://apimap.dev/apis/dropbox/) — CC BY 4.0*