Skip to content

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
string
Required
Format
"uuid"
bankFileUuid*
Type
string
Required
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": {
  
}
}

Playground

Authorization
Variables
Key
Value

Samples