We've a business account and we would want to export/ingest dropbox logs to our SIEM solution (Elasticsearch)
So, I would request any solution and any suggestions/options are appreciated
Hi @Megan
Thanks for responding. I would like to export Audit events from our business dropbox account like File creation, deletion, File share status and so on asper security monitoring to our SIEM solution (Elasticsearch)
Can you please share me the suitable API/method in achieving this.
@BattleShip If you'd like to write some code to programmatically export events from your Business team, you could use the /2/team_log/get_events[/continue] endpoints.
Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible. Those have corresponding native methods for the HTTPS endpoints.