v2
latestOpenAPI 3.1.02026-08-083657125.0 KBFiles
Get File
get/digital-banking/v1/files/{file_id}
Path parameters
file_idstring uuid required
Query parameters
id_type'INSTITUTION'
Type of the account id. Institution accounts ids are external ids and come from the institution.
Type of the account id. Must be 'institution' or 'None'.
response_type'presigned_url' | 'file'
Form of the response. 'presigned_url' (default) returns a JSON object with a short-lived presigned download URL. 'file' streams the file back directly as raw bytes (Content-Type derived from the file, e.g. application/pdf or text/csv), for callers that cannot fetch presigned URLs.
Response
When response_type=file, the file is streamed back directly as raw bytes, with a Content-Type derived from the file (e.g. application/pdf or text/csv). Otherwise a JSON object containing a presigned_url is returned.