{
"context": {
"language": "string"
}
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/accounts/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
}
}'
{
"failed": true,
"message": "string",
"succeeded": true,
"data": {
"data": {
"accounts": [
{
"account": {
"branchCode": 0,
"number": 0,
"suffix": 0,
"name": "string",
"iban": "string"
},
"balance": {
"amount": 0,
"currencyCode": "string"
},
"availableBalance": {
"amount": 0,
"currencyCode": "string"
},
"productCode": "string",
"projectCode": "string",
"isBlocked": true,
"isPartialBlocked": true,
"isClosed": true
}
],
"message": null,
"errorCode": 0
},
"header": {
"message": null,
"status": "string",
"statusCode": 0,
"detailCode": null,
"txId": null,
"warnings": [
null
]
}
}
}