I'm a member of a dropbox business account, and I have created an endpoint to receive Dropbox webhooks whenever files are modified, but my endpoint receives no messages.
(The endpoint is verified and accepted by dropbox, and I have the endpoint logging any and all json content that is posted to it, so it's pretty unconstrained. Also, I can communicate with the endpoint fine using Postman.)
I assume that the reason I receive no webhook messages is because I have no users associated with my app. However, I do not want to deal with users nor apps. I just want to configure the Dropbox business account, for which I am an admin, to send webhook messages whenever a file gets updated.
I also assume that to associate a user with my "app," then I might need to create some minimal (and unwanted) website just to direct users to Dropbox's federated login, however I don't want to deal with any of this if I can avoid it.
What might be the best way for me to proceed?