v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBList file receptions
Returns the banking files received across every company accessible to the authenticated user (e.g. account statements or confirmation files sent by a bank). Results are paginated: use limit to control page size and pass the returned nextPageToken to fetch the next page. Download the content of a specific file with GET /files/receptions/{fileId}. Errors from the file service are reported with their original status code and message, so responses may include statuses other than the ones listed here.
Query parameters
Maximum number of file receptions to return. Defaults to 500, up to 2000.
Maximum number of file receptions to return. Defaults to 500, up to 2000.
Token to fetch the next page of results, returned by a previous call to this endpoint.
Token to fetch the next page of results, returned by a previous call to this endpoint.
Response
Successful Response
Example response
{
"data": [
{
"fileName": "statement.xml",
"bank": {
"id": "bank-001",
"fullName": "Banco Santander",
"service": "h2h",
"countryCode": "ES"
},
"provider": "bank"
}
]
}