v1
latestOpenAPI 3.0.22026-08-061303782.1 MBFiles
Create a File
Before uploading a file, you must create a File resource.
Once created, you can upload your file to the new File resource.
post/files
Headers
Finix-Versionstring
Example:2022-02-01
Specify the API version of your request. For more details, see Versioning.
Content-Typestring
Example:application/json
The data type being sent in the request body must be application/json.
Request body
Example request
{
"display_name": "Bank Statement (January 2024)",
"linked_to": "MU2n7BSovtwYsWYZF6rBnnzk"
}Response
A single File
Example response
{
"extension": "png",
"file_name": "bank_statement_01_2024.png",
"linked_to": "MU2n7BSovtwYsWYZF6rBnnzk"
}