API calls for Dropbox
The Dropbox connector makes API calls to Dropbox to retrieve data.
User
The call uses the POST operation to retrieve a list of users.
URI: https://api.dropboxapi.com/2/team/members/list_v2
and https://api.dropboxapi.com/2/team/members/list/continue_v2
For more information, see Dropbox API docs .
Team
The call uses the POST operation to retrieve a list of teams.
URI: https://api.dropboxapi.com/2/team/get_info
For more information, see Dropbox API docs .
Session
The call uses the POST operation to retrieve a list of device sessions.
URI: https://api.dropboxapi.com/2/team/devices/list_members_devices
For more information, see Dropbox API docs .