Back to Collection Items
LOCAL loHttp
LOCAL lnSuccess
LOCAL loSbResponseBody
LOCAL loJResp
LOCAL lnRespStatusCode
LOCAL lcId
LOCAL lcLink
LOCAL lcId
LOCAL lcName
LOCAL lcCategory
LOCAL lcV_Currency
LOCAL lcCollected_at
LOCAL lcAccount_number
LOCAL lcClient_number
LOCAL lcRFC
LOCAL lcCLABE
LOCAL lcPeriod_start_date
LOCAL lcPeriod_end_date
LOCAL lcCut_date
LOCAL lcFinal_balance
LOCAL lcPrevious_balance
LOCAL lcTotal_inflow_amount
LOCAL lcTotal_outflow_amount
LOCAL lcTotal_inflow_transactions
LOCAL lcTotal_outflow_transactions
LOCAL lcPdf
LOCAL j
LOCAL lnCount_j
LOCAL lcValue
LOCAL lcAccounting_dateValue
LOCAL lcValue_dateValue
LOCAL lcReferenceValue
LOCAL lcObservationsValue
LOCAL lcAdditional_dataValue
LOCAL lcBalanceValue
LOCAL lcStatusValue
LOCAL lcTypeValue
LOCAL lcCurrencyValue
LOCAL lcDescriptionValue
LOCAL lcInternal_identificationValue
LOCAL lcAccountValue
LOCAL lcCount
LOCAL lcV_next
LOCAL lcPrevious
LOCAL i
LOCAL lnCount_i
* This example assumes the Chilkat API to have been previously unlocked.
* See Global Unlock Sample for sample code.
* For versions of Chilkat < 10.0.0, use CreateObject('Chilkat_9_5_0.Http')
loHttp = CreateObject('Chilkat.Http')
loHttp.BasicAuth = 1
loHttp.Login = "{{secretId}}"
loHttp.Password = "{{secretPassword}}"
* For versions of Chilkat < 10.0.0, use CreateObject('Chilkat_9_5_0.StringBuilder')
loSbResponseBody = CreateObject('Chilkat.StringBuilder')
lnSuccess = loHttp.QuickGetSb("https://domain.com/api/statements/",loSbResponseBody)
IF (lnSuccess = 0) THEN
? loHttp.LastErrorText
RELEASE loHttp
RELEASE loSbResponseBody
CANCEL
ENDIF
* For versions of Chilkat < 10.0.0, use CreateObject('Chilkat_9_5_0.JsonObject')
loJResp = CreateObject('Chilkat.JsonObject')
loJResp.LoadSb(loSbResponseBody)
loJResp.EmitCompact = 0
? "Response Body:"
? loJResp.Emit()
lnRespStatusCode = loHttp.LastStatus
? "Response Status Code = " + STR(lnRespStatusCode)
IF (lnRespStatusCode >= 400) THEN
? "Response Header:"
? loHttp.LastHeader
? "Failed."
RELEASE loHttp
RELEASE loSbResponseBody
RELEASE loJResp
CANCEL
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
lcCount = loJResp.StringOf("count")
lcV_next = loJResp.StringOf("next")
lcPrevious = loJResp.StringOf("previous")
i = 0
lnCount_i = loJResp.SizeOfArray("results")
DO WHILE i < lnCount_i
loJResp.I = i
lcId = loJResp.StringOf("results[i].id")
lcLink = loJResp.StringOf("results[i].link")
lcId = loJResp.StringOf("results[i].account.id")
lcName = loJResp.StringOf("results[i].account.name")
lcCategory = loJResp.StringOf("results[i].account.category")
lcV_Currency = loJResp.StringOf("results[i].account.currency")
lcCollected_at = loJResp.StringOf("results[i].collected_at")
lcAccount_number = loJResp.StringOf("results[i].account_number")
lcClient_number = loJResp.StringOf("results[i].client_number")
lcRFC = loJResp.StringOf("results[i].RFC")
lcCLABE = loJResp.StringOf("results[i].CLABE")
lcPeriod_start_date = loJResp.StringOf("results[i].period_start_date")
lcPeriod_end_date = loJResp.StringOf("results[i].period_end_date")
lcCut_date = loJResp.StringOf("results[i].cut_date")
lcFinal_balance = loJResp.StringOf("results[i].final_balance")
lcPrevious_balance = loJResp.StringOf("results[i].previous_balance")
lcTotal_inflow_amount = loJResp.StringOf("results[i].total_inflow_amount")
lcTotal_outflow_amount = loJResp.StringOf("results[i].total_outflow_amount")
lcTotal_inflow_transactions = loJResp.StringOf("results[i].total_inflow_transactions")
lcTotal_outflow_transactions = loJResp.StringOf("results[i].total_outflow_transactions")
lcPdf = loJResp.StringOf("results[i].pdf")
j = 0
lnCount_j = loJResp.SizeOfArray("results[i].transactions")
DO WHILE j < lnCount_j
loJResp.J = j
lcValue = loJResp.StringOf("results[i].transactions[j].collected_at.value")
lcAccounting_dateValue = loJResp.StringOf("results[i].transactions[j].accounting_date.value")
lcValue_dateValue = loJResp.StringOf("results[i].transactions[j].value_date.value")
lcReferenceValue = loJResp.StringOf("results[i].transactions[j].reference.value")
lcObservationsValue = loJResp.StringOf("results[i].transactions[j].observations.value")
lcAdditional_dataValue = loJResp.StringOf("results[i].transactions[j].additional_data.value")
lcBalanceValue = loJResp.StringOf("results[i].transactions[j].balance.value")
lcStatusValue = loJResp.StringOf("results[i].transactions[j].status.value")
lcTypeValue = loJResp.StringOf("results[i].transactions[j].type.value")
lcCurrencyValue = loJResp.StringOf("results[i].transactions[j].currency.value")
lcDescriptionValue = loJResp.StringOf("results[i].transactions[j].description.value")
lcInternal_identificationValue = loJResp.StringOf("results[i].transactions[j].internal_identification.value")
lcAccountValue = loJResp.StringOf("results[i].transactions[j].account.value")
j = j + 1
ENDDO
i = i + 1
ENDDO
RELEASE loHttp
RELEASE loSbResponseBody
RELEASE loJResp
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]"
}
]
}