
Dropbox is a public API providing file sharing and storage.
All requests require an OAuth 2.0 access token exchanged from your client credentials.
Authorization: Bearer $ACCESS_TOKEN| Method | Path | Description |
|---|---|---|
| GET | https://www.dropbox.com/developers | Primary API endpoint. |
curl -X GET "https://www.dropbox.com/developers" \ -H "Accept: application/json"