Chilkat Online Tools

Node.js / Belvo API Docs / List

Back to Collection Items

var os = require('os');
if (os.platform() == 'win32') {  
    if (os.arch() == 'ia32') {
        var chilkat = require('@chilkat/ck-node21-win-ia32');
    } else {
        var chilkat = require('@chilkat/ck-node21-win64'); 
    }
} else if (os.platform() == 'linux') {
    if (os.arch() == 'arm') {
        var chilkat = require('@chilkat/ck-node21-arm');
    } else if (os.arch() == 'x86') {
        var chilkat = require('@chilkat/ck-node21-linux32');
    } else {
        var chilkat = require('@chilkat/ck-node21-linux64');
    }
} else if (os.platform() == 'darwin') {
    if (os.arch() == 'arm64') {
        var chilkat = require('@chilkat/ck-node21-mac-m1');
    } else {
        var chilkat = require('@chilkat/ck-node21-macosx');
    }
}


function chilkatExample() {

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

    var http = new chilkat.Http();
    var success;

    http.BasicAuth = true;
    http.Login = "{{secretId}}";
    http.Password = "{{secretPassword}}";

    var queryParams = new chilkat.JsonObject();
    queryParams.UpdateInt("page",1);

    // resp: HttpResponse
    var resp = http.QuickRequestParams("GET","https://domain.com/api/transactions/",queryParams);
    if (http.LastMethodSuccess == false) {
        console.log(http.LastErrorText);
        return;
    }

    var sbResponseBody = new chilkat.StringBuilder();
    resp.GetBodySb(sbResponseBody);

    var jResp = new chilkat.JsonObject();
    jResp.LoadSb(sbResponseBody);
    jResp.EmitCompact = false;

    console.log("Response Body:");
    console.log(jResp.Emit());

    var respStatusCode = resp.StatusCode;
    console.log("Response Status Code = " + respStatusCode);
    if (respStatusCode >= 400) {
        console.log("Response Header:");
        console.log(resp.Header);
        console.log("Failed.");

        return;
    }

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

    // {
    //   "count": "<integer>",
    //   "next": "<string>",
    //   "previous": "<string>",
    //   "results": [
    //     {
    //       "id": "<uuid>",
    //       "account": {
    //         "id": "<uuid>",
    //         "link": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "institution": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "collected_at": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "category": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "type": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "name": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "number": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "balance": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "currency": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "bank_product_id": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "internal_identification": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "public_identification_name": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "public_identification_value": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "last_accessed_at": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "credit_data": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "loan_data": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "funds_data": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "gig_payment_data": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         }
    //       },
    //       "collected_at": "<date>",
    //       "value_date": "<string>",
    //       "accounting_date": "<date>",
    //       "amount": "<number>",
    //       "balance": "<number>",
    //       "currency": "<string>",
    //       "description": "<string>",
    //       "observations": "<string>",
    //       "category": "<string>",
    //       "reference": "<string>",
    //       "type": "ipsum quis",
    //       "status": "nostrud",
    //       "gig_data": {
    //         "pickup_at": "<dateTime>",
    //         "dropoff_at": "<dateTime>",
    //         "request_at": "<dateTime>",
    //         "pickup_address": "<string>",
    //         "dropoff_address": "<string>",
    //         "pickup_latitude": "<number>",
    //         "pickup_longitude": "<number>",
    //         "dropoff_latitude": "<number>",
    //         "dropoff_longitude": "<number>",
    //         "distance": "<number>",
    //         "payment_method": "<string>",
    //         "vehicle_type": "<string>",
    //         "merchant_type": "<string>",
    //         "breakdown": [
    //           {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         ],
    //         "collected_at": "<dateTime>"
    //       },
    //       "credit_card_data": {
    //         "bill_name": "<string>"
    //       }
    //     },
    //     {
    //       "id": "<uuid>",
    //       "account": {
    //         "id": "<uuid>",
    //         "link": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "institution": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "collected_at": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "category": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "type": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "name": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "number": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "balance": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "currency": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "bank_product_id": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "internal_identification": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "public_identification_name": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "public_identification_value": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "last_accessed_at": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "credit_data": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "loan_data": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "funds_data": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         "gig_payment_data": {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         }
    //       },
    //       "collected_at": "<date>",
    //       "value_date": "<string>",
    //       "accounting_date": "<date>",
    //       "amount": "<number>",
    //       "balance": "<number>",
    //       "currency": "<string>",
    //       "description": "<string>",
    //       "observations": "<string>",
    //       "category": "<string>",
    //       "reference": "<string>",
    //       "type": "labore sunt ad",
    //       "status": "commodo",
    //       "gig_data": {
    //         "pickup_at": "<dateTime>",
    //         "dropoff_at": "<dateTime>",
    //         "request_at": "<dateTime>",
    //         "pickup_address": "<string>",
    //         "dropoff_address": "<string>",
    //         "pickup_latitude": "<number>",
    //         "pickup_longitude": "<number>",
    //         "dropoff_latitude": "<number>",
    //         "dropoff_longitude": "<number>",
    //         "distance": "<number>",
    //         "payment_method": "<string>",
    //         "vehicle_type": "<string>",
    //         "merchant_type": "<string>",
    //         "breakdown": [
    //           {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         ],
    //         "collected_at": "<dateTime>"
    //       },
    //       "credit_card_data": {
    //         "bill_name": "<string>"
    //       }
    //     }
    //   ]
    // }

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

    var id;
    var Id;
    var Value;
    var InstitutionValue;
    var Collected_atValue;
    var CategoryValue;
    var TypeValue;
    var NameValue;
    var NumberValue;
    var BalanceValue;
    var CurrencyValue;
    var Bank_product_idValue;
    var Internal_identificationValue;
    var Public_identification_nameValue;
    var Public_identification_valueValue;
    var Last_accessed_atValue;
    var Credit_dataValue;
    var Loan_dataValue;
    var Funds_dataValue;
    var Gig_payment_dataValue;
    var collected_at;
    var value_date;
    var accounting_date;
    var amount;
    var balance;
    var v_currency;
    var description;
    var observations;
    var category;
    var reference;
    var v_type;
    var status;
    var Pickup_at;
    var Dropoff_at;
    var Request_at;
    var Pickup_address;
    var Dropoff_address;
    var Pickup_latitude;
    var Pickup_longitude;
    var Dropoff_latitude;
    var Dropoff_longitude;
    var Distance;
    var Payment_method;
    var Vehicle_type;
    var Merchant_type;
    var Collected_at;
    var Bill_name;
    var j;
    var count_j;
    var value;

    var count = jResp.StringOf("count");
    var v_next = jResp.StringOf("next");
    var previous = jResp.StringOf("previous");
    var i = 0;
    var count_i = jResp.SizeOfArray("results");
    while (i < count_i) {
        jResp.I = i;
        id = jResp.StringOf("results[i].id");
        Id = jResp.StringOf("results[i].account.id");
        Value = jResp.StringOf("results[i].account.link.value");
        InstitutionValue = jResp.StringOf("results[i].account.institution.value");
        Collected_atValue = jResp.StringOf("results[i].account.collected_at.value");
        CategoryValue = jResp.StringOf("results[i].account.category.value");
        TypeValue = jResp.StringOf("results[i].account.type.value");
        NameValue = jResp.StringOf("results[i].account.name.value");
        NumberValue = jResp.StringOf("results[i].account.number.value");
        BalanceValue = jResp.StringOf("results[i].account.balance.value");
        CurrencyValue = jResp.StringOf("results[i].account.currency.value");
        Bank_product_idValue = jResp.StringOf("results[i].account.bank_product_id.value");
        Internal_identificationValue = jResp.StringOf("results[i].account.internal_identification.value");
        Public_identification_nameValue = jResp.StringOf("results[i].account.public_identification_name.value");
        Public_identification_valueValue = jResp.StringOf("results[i].account.public_identification_value.value");
        Last_accessed_atValue = jResp.StringOf("results[i].account.last_accessed_at.value");
        Credit_dataValue = jResp.StringOf("results[i].account.credit_data.value");
        Loan_dataValue = jResp.StringOf("results[i].account.loan_data.value");
        Funds_dataValue = jResp.StringOf("results[i].account.funds_data.value");
        Gig_payment_dataValue = jResp.StringOf("results[i].account.gig_payment_data.value");
        collected_at = jResp.StringOf("results[i].collected_at");
        value_date = jResp.StringOf("results[i].value_date");
        accounting_date = jResp.StringOf("results[i].accounting_date");
        amount = jResp.StringOf("results[i].amount");
        balance = jResp.StringOf("results[i].balance");
        v_currency = jResp.StringOf("results[i].currency");
        description = jResp.StringOf("results[i].description");
        observations = jResp.StringOf("results[i].observations");
        category = jResp.StringOf("results[i].category");
        reference = jResp.StringOf("results[i].reference");
        v_type = jResp.StringOf("results[i].type");
        status = jResp.StringOf("results[i].status");
        Pickup_at = jResp.StringOf("results[i].gig_data.pickup_at");
        Dropoff_at = jResp.StringOf("results[i].gig_data.dropoff_at");
        Request_at = jResp.StringOf("results[i].gig_data.request_at");
        Pickup_address = jResp.StringOf("results[i].gig_data.pickup_address");
        Dropoff_address = jResp.StringOf("results[i].gig_data.dropoff_address");
        Pickup_latitude = jResp.StringOf("results[i].gig_data.pickup_latitude");
        Pickup_longitude = jResp.StringOf("results[i].gig_data.pickup_longitude");
        Dropoff_latitude = jResp.StringOf("results[i].gig_data.dropoff_latitude");
        Dropoff_longitude = jResp.StringOf("results[i].gig_data.dropoff_longitude");
        Distance = jResp.StringOf("results[i].gig_data.distance");
        Payment_method = jResp.StringOf("results[i].gig_data.payment_method");
        Vehicle_type = jResp.StringOf("results[i].gig_data.vehicle_type");
        Merchant_type = jResp.StringOf("results[i].gig_data.merchant_type");
        Collected_at = jResp.StringOf("results[i].gig_data.collected_at");
        Bill_name = jResp.StringOf("results[i].credit_card_data.bill_name");
        j = 0;
        count_j = jResp.SizeOfArray("results[i].gig_data.breakdown");
        while (j < count_j) {
            jResp.J = j;
            value = jResp.StringOf("results[i].gig_data.breakdown[j].value");
            j = j+1;
        }

        i = i+1;
    }


}

chilkatExample();

Curl Command

curl -G -d "page=1"
	-u '{{secretId}}:{{secretPassword}}'
https://domain.com/api/transactions/

Postman Collection Item JSON

{
  "name": "List",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{baseUrl}}/api/transactions/?page=1",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "transactions",
        ""
      ],
      "query": [
        {
          "key": "page",
          "value": "1",
          "description": "A page number within the paginated result set."
        }
      ]
    },
    "description": "Get a paginated list of all existing transactions 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/transactions?page=<integer>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "transactions"
          ],
          "query": [
            {
              "key": "page",
              "value": "<integer>"
            }
          ]
        }
      },
      "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\"account\": {\n\t\t\t\t\"id\": \"<uuid>\",\n\t\t\t\t\"link\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"institution\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"collected_at\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"category\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"type\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"name\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"number\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"balance\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"currency\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"bank_product_id\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"internal_identification\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"public_identification_name\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"public_identification_value\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"last_accessed_at\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"credit_data\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"loan_data\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"funds_data\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"gig_payment_data\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"collected_at\": \"<date>\",\n\t\t\t\"value_date\": \"<string>\",\n\t\t\t\"accounting_date\": \"<date>\",\n\t\t\t\"amount\": \"<number>\",\n\t\t\t\"balance\": \"<number>\",\n\t\t\t\"currency\": \"<string>\",\n\t\t\t\"description\": \"<string>\",\n\t\t\t\"observations\": \"<string>\",\n\t\t\t\"category\": \"<string>\",\n\t\t\t\"reference\": \"<string>\",\n\t\t\t\"type\": \"ipsum quis\",\n\t\t\t\"status\": \"nostrud\",\n\t\t\t\"gig_data\": {\n\t\t\t\t\"pickup_at\": \"<dateTime>\",\n\t\t\t\t\"dropoff_at\": \"<dateTime>\",\n\t\t\t\t\"request_at\": \"<dateTime>\",\n\t\t\t\t\"pickup_address\": \"<string>\",\n\t\t\t\t\"dropoff_address\": \"<string>\",\n\t\t\t\t\"pickup_latitude\": \"<number>\",\n\t\t\t\t\"pickup_longitude\": \"<number>\",\n\t\t\t\t\"dropoff_latitude\": \"<number>\",\n\t\t\t\t\"dropoff_longitude\": \"<number>\",\n\t\t\t\t\"distance\": \"<number>\",\n\t\t\t\t\"payment_method\": \"<string>\",\n\t\t\t\t\"vehicle_type\": \"<string>\",\n\t\t\t\t\"merchant_type\": \"<string>\",\n\t\t\t\t\"breakdown\": [\n\t\t\t\t\t{\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{\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\"collected_at\": \"<dateTime>\"\n\t\t\t},\n\t\t\t\"credit_card_data\": {\n\t\t\t\t\"bill_name\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"account\": {\n\t\t\t\t\"id\": \"<uuid>\",\n\t\t\t\t\"link\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"institution\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"collected_at\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"category\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"type\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"name\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"number\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"balance\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"currency\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"bank_product_id\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"internal_identification\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"public_identification_name\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"public_identification_value\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"last_accessed_at\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"credit_data\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"loan_data\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"funds_data\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t},\n\t\t\t\t\"gig_payment_data\": {\n\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"collected_at\": \"<date>\",\n\t\t\t\"value_date\": \"<string>\",\n\t\t\t\"accounting_date\": \"<date>\",\n\t\t\t\"amount\": \"<number>\",\n\t\t\t\"balance\": \"<number>\",\n\t\t\t\"currency\": \"<string>\",\n\t\t\t\"description\": \"<string>\",\n\t\t\t\"observations\": \"<string>\",\n\t\t\t\"category\": \"<string>\",\n\t\t\t\"reference\": \"<string>\",\n\t\t\t\"type\": \"labore sunt ad\",\n\t\t\t\"status\": \"commodo\",\n\t\t\t\"gig_data\": {\n\t\t\t\t\"pickup_at\": \"<dateTime>\",\n\t\t\t\t\"dropoff_at\": \"<dateTime>\",\n\t\t\t\t\"request_at\": \"<dateTime>\",\n\t\t\t\t\"pickup_address\": \"<string>\",\n\t\t\t\t\"dropoff_address\": \"<string>\",\n\t\t\t\t\"pickup_latitude\": \"<number>\",\n\t\t\t\t\"pickup_longitude\": \"<number>\",\n\t\t\t\t\"dropoff_latitude\": \"<number>\",\n\t\t\t\t\"dropoff_longitude\": \"<number>\",\n\t\t\t\t\"distance\": \"<number>\",\n\t\t\t\t\"payment_method\": \"<string>\",\n\t\t\t\t\"vehicle_type\": \"<string>\",\n\t\t\t\t\"merchant_type\": \"<string>\",\n\t\t\t\t\"breakdown\": [\n\t\t\t\t\t{\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{\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\"collected_at\": \"<dateTime>\"\n\t\t\t},\n\t\t\t\"credit_card_data\": {\n\t\t\t\t\"bill_name\": \"<string>\"\n\t\t\t}\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/transactions?page=<integer>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "transactions"
          ],
          "query": [
            {
              "key": "page",
              "value": "<integer>"
            }
          ]
        }
      },
      "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]"
    }
  ]
}