Skip to main content

API calls for Dropbox

Dropbox connector API calls to Dropbox for retrieval of data.

References

  • User

    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

    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

    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.