Chilkat Online Tools

PureBasic / Belvo API Docs / List

Back to Collection Items

IncludeFile "CkJsonObject.pb"
IncludeFile "CkStringBuilder.pb"
IncludeFile "CkHttp.pb"

Procedure ChilkatExample()

    ; This example assumes the Chilkat API to have been previously unlocked.
    ; See Global Unlock Sample for sample code.

    http.i = CkHttp::ckCreate()
    If http.i = 0
        Debug "Failed to create object."
        ProcedureReturn
    EndIf

    success.i

    CkHttp::setCkBasicAuth(http, 1)
    CkHttp::setCkLogin(http, "{{secretId}}")
    CkHttp::setCkPassword(http, "{{secretPassword}}")

    sbResponseBody.i = CkStringBuilder::ckCreate()
    If sbResponseBody.i = 0
        Debug "Failed to create object."
        ProcedureReturn
    EndIf

    success = CkHttp::ckQuickGetSb(http,"https://domain.com/api/statements/",sbResponseBody)
    If success = 0
        Debug CkHttp::ckLastErrorText(http)
        CkHttp::ckDispose(http)
        CkStringBuilder::ckDispose(sbResponseBody)
        ProcedureReturn
    EndIf

    jResp.i = CkJsonObject::ckCreate()
    If jResp.i = 0
        Debug "Failed to create object."
        ProcedureReturn
    EndIf

    CkJsonObject::ckLoadSb(jResp,sbResponseBody)
    CkJsonObject::setCkEmitCompact(jResp, 0)

    Debug "Response Body:"
    Debug CkJsonObject::ckEmit(jResp)

    respStatusCode.i = CkHttp::ckLastStatus(http)
    Debug "Response Status Code = " + Str(respStatusCode)
    If respStatusCode >= 400
        Debug "Response Header:"
        Debug CkHttp::ckLastHeader(http)
        Debug "Failed."
        CkHttp::ckDispose(http)
        CkStringBuilder::ckDispose(sbResponseBody)
        CkJsonObject::ckDispose(jResp)
        ProcedureReturn
    EndIf

    ; Sample JSON response:
    ; (Sample code for parsing the JSON response is shown below)

    ; {
    ;   "count": "<integer>",
    ;   "next": "<string>",
    ;   "previous": "<string>",
    ;   "results": [
    ;     {
    ;       "id": "<uuid>",
    ;       "link": "<string>",
    ;       "account": {
    ;         "id": "<uuid>",
    ;         "name": "<string>",
    ;         "category": "minim amet pariatur",
    ;         "currency": "<string>"
    ;       },
    ;       "collected_at": "<dateTime>",
    ;       "account_number": "<string>",
    ;       "client_number": "<string>",
    ;       "RFC": "<string>",
    ;       "CLABE": "<string>",
    ;       "period_start_date": "<date>",
    ;       "period_end_date": "<date>",
    ;       "cut_date": "<string>",
    ;       "final_balance": "<number>",
    ;       "previous_balance": "<number>",
    ;       "total_inflow_amount": "<number>",
    ;       "total_outflow_amount": "<number>",
    ;       "total_inflow_transactions": "<number>",
    ;       "total_outflow_transactions": "<number>",
    ;       "transactions": [
    ;         {
    ;           "collected_at": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "accounting_date": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "value_date": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "reference": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "observations": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "additional_data": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "balance": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "status": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "type": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "currency": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "description": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "internal_identification": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "account": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           }
    ;         },
    ;         {
    ;           "collected_at": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "accounting_date": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "value_date": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "reference": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "observations": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "additional_data": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "balance": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "status": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "type": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "currency": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "description": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "internal_identification": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "account": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           }
    ;         }
    ;       ],
    ;       "pdf": "<binary>"
    ;     },
    ;     {
    ;       "id": "<uuid>",
    ;       "link": "<string>",
    ;       "account": {
    ;         "id": "<uuid>",
    ;         "name": "<string>",
    ;         "category": "veniam occaecat",
    ;         "currency": "<string>"
    ;       },
    ;       "collected_at": "<dateTime>",
    ;       "account_number": "<string>",
    ;       "client_number": "<string>",
    ;       "RFC": "<string>",
    ;       "CLABE": "<string>",
    ;       "period_start_date": "<date>",
    ;       "period_end_date": "<date>",
    ;       "cut_date": "<string>",
    ;       "final_balance": "<number>",
    ;       "previous_balance": "<number>",
    ;       "total_inflow_amount": "<number>",
    ;       "total_outflow_amount": "<number>",
    ;       "total_inflow_transactions": "<number>",
    ;       "total_outflow_transactions": "<number>",
    ;       "transactions": [
    ;         {
    ;           "collected_at": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "accounting_date": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "value_date": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "reference": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "observations": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "additional_data": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "balance": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "status": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "type": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "currency": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "description": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "internal_identification": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "account": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           }
    ;         },
    ;         {
    ;           "collected_at": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "accounting_date": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "value_date": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "reference": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "observations": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "additional_data": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "balance": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "status": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "type": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "currency": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "description": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "internal_identification": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           },
    ;           "account": {
    ;             "value": "<Error: Too many levels of nesting to fake this schema>"
    ;           }
    ;         }
    ;       ],
    ;       "pdf": "<binary>"
    ;     }
    ;   ]
    ; }

    ; Sample code for parsing the JSON response...
    ; Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    id.s
    link.s
    Id.s
    Name.s
    Category.s
    v_Currency.s
    collected_at.s
    account_number.s
    client_number.s
    RFC.s
    CLABE.s
    period_start_date.s
    period_end_date.s
    cut_date.s
    final_balance.s
    previous_balance.s
    total_inflow_amount.s
    total_outflow_amount.s
    total_inflow_transactions.s
    total_outflow_transactions.s
    pdf.s
    j.i
    count_j.i
    Value.s
    accounting_dateValue.s
    value_dateValue.s
    referenceValue.s
    observationsValue.s
    additional_dataValue.s
    balanceValue.s
    statusValue.s
    typeValue.s
    currencyValue.s
    descriptionValue.s
    internal_identificationValue.s
    accountValue.s

    count.s = CkJsonObject::ckStringOf(jResp,"count")
    v_next.s = CkJsonObject::ckStringOf(jResp,"next")
    previous.s = CkJsonObject::ckStringOf(jResp,"previous")
    i.i = 0
    count_i.i = CkJsonObject::ckSizeOfArray(jResp,"results")
    While i < count_i
        CkJsonObject::setCkI(jResp, i)
        id = CkJsonObject::ckStringOf(jResp,"results[i].id")
        link = CkJsonObject::ckStringOf(jResp,"results[i].link")
        Id = CkJsonObject::ckStringOf(jResp,"results[i].account.id")
        Name = CkJsonObject::ckStringOf(jResp,"results[i].account.name")
        Category = CkJsonObject::ckStringOf(jResp,"results[i].account.category")
        v_Currency = CkJsonObject::ckStringOf(jResp,"results[i].account.currency")
        collected_at = CkJsonObject::ckStringOf(jResp,"results[i].collected_at")
        account_number = CkJsonObject::ckStringOf(jResp,"results[i].account_number")
        client_number = CkJsonObject::ckStringOf(jResp,"results[i].client_number")
        RFC = CkJsonObject::ckStringOf(jResp,"results[i].RFC")
        CLABE = CkJsonObject::ckStringOf(jResp,"results[i].CLABE")
        period_start_date = CkJsonObject::ckStringOf(jResp,"results[i].period_start_date")
        period_end_date = CkJsonObject::ckStringOf(jResp,"results[i].period_end_date")
        cut_date = CkJsonObject::ckStringOf(jResp,"results[i].cut_date")
        final_balance = CkJsonObject::ckStringOf(jResp,"results[i].final_balance")
        previous_balance = CkJsonObject::ckStringOf(jResp,"results[i].previous_balance")
        total_inflow_amount = CkJsonObject::ckStringOf(jResp,"results[i].total_inflow_amount")
        total_outflow_amount = CkJsonObject::ckStringOf(jResp,"results[i].total_outflow_amount")
        total_inflow_transactions = CkJsonObject::ckStringOf(jResp,"results[i].total_inflow_transactions")
        total_outflow_transactions = CkJsonObject::ckStringOf(jResp,"results[i].total_outflow_transactions")
        pdf = CkJsonObject::ckStringOf(jResp,"results[i].pdf")
        j = 0
        count_j = CkJsonObject::ckSizeOfArray(jResp,"results[i].transactions")
        While j < count_j
            CkJsonObject::setCkJ(jResp, j)
            Value = CkJsonObject::ckStringOf(jResp,"results[i].transactions[j].collected_at.value")
            accounting_dateValue = CkJsonObject::ckStringOf(jResp,"results[i].transactions[j].accounting_date.value")
            value_dateValue = CkJsonObject::ckStringOf(jResp,"results[i].transactions[j].value_date.value")
            referenceValue = CkJsonObject::ckStringOf(jResp,"results[i].transactions[j].reference.value")
            observationsValue = CkJsonObject::ckStringOf(jResp,"results[i].transactions[j].observations.value")
            additional_dataValue = CkJsonObject::ckStringOf(jResp,"results[i].transactions[j].additional_data.value")
            balanceValue = CkJsonObject::ckStringOf(jResp,"results[i].transactions[j].balance.value")
            statusValue = CkJsonObject::ckStringOf(jResp,"results[i].transactions[j].status.value")
            typeValue = CkJsonObject::ckStringOf(jResp,"results[i].transactions[j].type.value")
            currencyValue = CkJsonObject::ckStringOf(jResp,"results[i].transactions[j].currency.value")
            descriptionValue = CkJsonObject::ckStringOf(jResp,"results[i].transactions[j].description.value")
            internal_identificationValue = CkJsonObject::ckStringOf(jResp,"results[i].transactions[j].internal_identification.value")
            accountValue = CkJsonObject::ckStringOf(jResp,"results[i].transactions[j].account.value")
            j = j + 1
        Wend
        i = i + 1
    Wend


    CkHttp::ckDispose(http)
    CkStringBuilder::ckDispose(sbResponseBody)
    CkJsonObject::ckDispose(jResp)


    ProcedureReturn
EndProcedure

Curl Command

curl -X GET
	-u '{{secretId}}:{{secretPassword}}'
https://domain.com/api/statements/

Postman Collection Item JSON

{
  "name": "List",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{baseUrl}}/api/statements/",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "statements",
        ""
      ]
    },
    "description": "Get a paginated list of all existing statements in your Belvo account. We return up to 100 results per page."
  },
  "response": [
    {
      "name": "Ok",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: basic",
            "key": "Authorization",
            "value": "Basic <credentials>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/statements",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "statements"
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n\t\"count\": \"<integer>\",\n\t\"next\": \"<string>\",\n\t\"previous\": \"<string>\",\n\t\"results\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"link\": \"<string>\",\n\t\t\t\"account\": {\n\t\t\t\t\"id\": \"<uuid>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"category\": \"minim amet pariatur\",\n\t\t\t\t\"currency\": \"<string>\"\n\t\t\t},\n\t\t\t\"collected_at\": \"<dateTime>\",\n\t\t\t\"account_number\": \"<string>\",\n\t\t\t\"client_number\": \"<string>\",\n\t\t\t\"RFC\": \"<string>\",\n\t\t\t\"CLABE\": \"<string>\",\n\t\t\t\"period_start_date\": \"<date>\",\n\t\t\t\"period_end_date\": \"<date>\",\n\t\t\t\"cut_date\": \"<string>\",\n\t\t\t\"final_balance\": \"<number>\",\n\t\t\t\"previous_balance\": \"<number>\",\n\t\t\t\"total_inflow_amount\": \"<number>\",\n\t\t\t\"total_outflow_amount\": \"<number>\",\n\t\t\t\"total_inflow_transactions\": \"<number>\",\n\t\t\t\"total_outflow_transactions\": \"<number>\",\n\t\t\t\"transactions\": [\n\t\t\t\t{\n\t\t\t\t\t\"collected_at\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"accounting_date\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"value_date\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"reference\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"observations\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"additional_data\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"balance\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"status\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"type\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"currency\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"description\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"internal_identification\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"account\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"collected_at\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"accounting_date\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"value_date\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"reference\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"observations\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"additional_data\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"balance\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"status\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"type\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"currency\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"description\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"internal_identification\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"account\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"pdf\": \"<binary>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"link\": \"<string>\",\n\t\t\t\"account\": {\n\t\t\t\t\"id\": \"<uuid>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"category\": \"veniam occaecat\",\n\t\t\t\t\"currency\": \"<string>\"\n\t\t\t},\n\t\t\t\"collected_at\": \"<dateTime>\",\n\t\t\t\"account_number\": \"<string>\",\n\t\t\t\"client_number\": \"<string>\",\n\t\t\t\"RFC\": \"<string>\",\n\t\t\t\"CLABE\": \"<string>\",\n\t\t\t\"period_start_date\": \"<date>\",\n\t\t\t\"period_end_date\": \"<date>\",\n\t\t\t\"cut_date\": \"<string>\",\n\t\t\t\"final_balance\": \"<number>\",\n\t\t\t\"previous_balance\": \"<number>\",\n\t\t\t\"total_inflow_amount\": \"<number>\",\n\t\t\t\"total_outflow_amount\": \"<number>\",\n\t\t\t\"total_inflow_transactions\": \"<number>\",\n\t\t\t\"total_outflow_transactions\": \"<number>\",\n\t\t\t\"transactions\": [\n\t\t\t\t{\n\t\t\t\t\t\"collected_at\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"accounting_date\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"value_date\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"reference\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"observations\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"additional_data\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"balance\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"status\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"type\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"currency\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"description\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"internal_identification\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"account\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"collected_at\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"accounting_date\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"value_date\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"reference\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"observations\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"additional_data\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"balance\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"status\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"type\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"currency\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"description\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"internal_identification\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"account\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"pdf\": \"<binary>\"\n\t\t}\n\t]\n}"
    },
    {
      "name": "Unauthorized",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: basic",
            "key": "Authorization",
            "value": "Basic <credentials>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/statements",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "statements"
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "[\n\t{\n\t\t\"code\": \"<string>\",\n\t\t\"message\": \"<string>\",\n\t\t\"request_id\": \"<string>\"\n\t},\n\t{\n\t\t\"code\": \"<string>\",\n\t\t\"message\": \"<string>\",\n\t\t\"request_id\": \"<string>\"\n\t}\n]"
    }
  ]
}