Dropbox

Dropbox is a modern work environment, designed to reduce time wastage, so you can focus on what really matters.

Info

Schemes: https
Base URL: https://api.dropboxapi.com/2

Documentation Reference

Authentication: Token by URL
Generate token: Click here

Pagination: It's a custom Cursor type, it requires the cursor code to be put in the 'list/continue' route to get the next pages.

PS: This API uses only POST requests

Endpoints

/file_requests/create

POST

Summary: Create a new file request.

Reference

/file_requests/count

POST

Summary: Count the queue of file requests.

Reference

/file_requests/list_v2

POST

Summary: List all the file requests.

Reference

/file_requests/get

POST

Summary: Gets a file by Id.

Reference

/file_requests/list/continue

POST

Summary: Use this route as the pagination cursor.

Reference

/files/list_folder

POST

Summary: Lists the folders in that path.

Reference

/files/create_folder_v2

POST

Summary: Creates a new folder in that path.

Reference