Hi Team,
Just wanted to know if I can call these API endpoints directly from my Java code like passing some URL or something. Can anyone please share the link to any documentation which can help in this case.
To integrate with the Dropbox API from Java, we recommend using the official Dropbox Java SDK. You can find instructions and examples for using that there.
Alternatively, you can use the HTTPS endpoints directly if you prefer. That documentation shows all of the details for the request/response formatting and parameters for each endpoint.