Hubapi Files
Connector for the hubapi-files API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.hubapi.com - Auth:
query:hapikey(pass your key via theapiKeyinput)
Operations
get_files_v3_files_import_from_url_async_tasks_t— GET /files/v3/files/import-from-url/async/tasks/{taskId}/status — Check import status.get_files_v3_files_search_dosearch— GET /files/v3/files/search — Search filesget_files_v3_files_fileid_getbyid— GET /files/v3/files/{fileId} — Get file.get_files_v3_files_fileid_signed_url_getsignedur— GET /files/v3/files/{fileId}/signed-url — Get signed URL to access private file.get_files_v3_folders_search_dosearch— GET /files/v3/folders/search — Search foldersget_files_v3_folders_update_async_tasks_taskid_s— GET /files/v3/folders/update/async/tasks/{taskId}/status — Check folder update status.
Inputs
apiKey— your hubapi-files API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_files_v3_files_import_from_url_async_tasks_t
apiKey: <your key>