Appearance
bank-files
Get bank file
GET
/accounts/{accountUuid}/finances/v2/bank-files/{bankFileUuid}
Get a single bank file
Authorizations
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"bankFileUuid*
Type
Requiredstring
Format
"uuid"Responses
Successful response
application/json
JSON "data": { "uuid": "string", "id": 0, "fileName": "string", "fileType": "string", "isImported": true, "createdAt": "string" }, "message": "string", "status": 200, "meta": { }
{
}