v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBCompany Files
Public API
Get Company File
Downloads a company file by its ID. The response body is the raw file content. The Content-Type header reflects the file's MIME type and Content-Disposition is set to attachment with the original filename. Access is permitted if the file or its category is shared with employees, shared directly with the requesting user, or the user has view permission on the file section.
OAuth Scopes: company_file
get/api/v1/files/{fileId}
Path parameters
fileIdinteger required
The ID of the company file to download.
Response
The raw file content. The Content-Type header reflects the file's MIME type.