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
See Dropbox API docs for more information.
Team
The call uses the POST operation to retrieve a list of teams.
URI:https://api.dropboxapi.com/2/team/get_info
See Dropbox API docs for more information.
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
See Dropbox API docs for more information.