Fetch a File
Retrieve the details of an existing File.
Headers
Specify the API version of your request. For more details, see Versioning.
Response
A single File
The ID of the resource.
Timestamp of when the object was created.
Timestamp of when the object was last updated.
ID of the Application the resource was created under.
The human-readable name of the File. The file name format is <type>_<id> by default.
The ID of the underwriting note associated with the attached file.
The entity type assigned to the underwriting note.
The extension of the file.
The name of the uploaded File. It is null when the File resource is first created and is automatically updated to the uploaded file's name. You cannot change this field.
The ID of the Application that the File was created under.
The ID of the resource the File is linked to. This can be either a Merchant ID or Identity ID.
The type of the resource that the File is linked to.
The ID of the Platform that the File was created under.
The size of the uploaded File in bytes. It is set to null when the File resource is first created and updates automatically after a File is uploaded.
The file's upload status.
Include up to 50 key: value pairs to annotate requests with custom metadata.
- Maximum character length for individual keys is 40.
- Maximum character length for individual values is 500. (For example, order_number: 25, item_type: produce, department: sales)
The type of document. Finix may return more enums than those provided. Ensure your code accepts additional enums returned by Finix.
Example response
{
"extension": "png",
"file_name": "bank_statement_01_2024.png",
"linked_to": "MU2n7BSovtwYsWYZF6rBnnzk"
}