Hi,
I want to know if we can integrate dropbox audit logs/events with SIEM or central logs server or not, if yes then can someone share the API
Yes, the Dropbox API does offer the ability to retrieve the event log for a Dropbox team programmatically, via the /2/team_log/get_events[/continue] endpoints. You can find the documentation here:
Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible: https://www.dropbox.com/developers/documentation#sdks
Those have corresponding native methods for the HTTPS endpoints.