v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBFiles
Retrieve file
Retrieve the details of a file.
get/files/{id}
Path parameters
idstring uuid required
The UUID of the file.
Response
200
Example response
{
"id": "3ad331b9-12b2-48fd-ad35-203fe8b5e78e",
"object": "file",
"connected_account_ids": [
"6669205e-e306-4b44-bf40-0475899eeb60"
],
"direction": "outgoing",
"format": "pain.001",
"filename": "SFPP30X40.3ad331b9-12b2-48fd-ad35-203fe8b5e78e.1659349967",
"size": 2234,
"bank_data": {
"message_ids": [
"211012231391882"
]
},
"status_details": "generated on 2022-08-01",
"created_at": "2022-08-01T06:00:05Z"
}