I have a bespoke object that contains a file created by our HubSpot partner. I am trying to find access to that file through the file API so I can download it programmatically. I have not been able to find a File API or a way to access it. When I get all properties of our bespoke object programmatically I have a long that I am guessing it represents the ID for the document.
Thank you for the response. I actually can construct the download URL with parts I already know, so in theory I do not need the API at all. It is mainly used to upload files.