v1
latestOpenAPI 3.1.12026-07-242899061.7 MBFile
Upload a feed file
Upload a file to your organization's Fusion file system, making it available for Fusion flows or retrieval via the download endpoint.
post/files/{path}
Path parameters
pathstring required
File path. Special characters may be required to be URL encoded depending on which HTTP client is used.
For example, the path '/public/risklists/default_ip_risklist.csv' would be URL encoded as '%2Fpublic%2Frisklists%2Fdefault_ip_risklist.csv' where the '/' character is encoded as '%2F'. See an HTML URL Encoding Reference for the full encoding table.
Response
Uploaded feed file
Example response
{
"name": "ip10.csv",
"path": "/home/some-user/ip10.csv",
"format": "csv",
"hash": "1894a19c85ba153acbf743ac4e43fc004c891604b26f8c69e1e83ea2afc7c48f",
"created": "2024-10-22T14:09:00.000Z",
"size": 1024
}