Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
curl --location -g --request GET 'https://api.staging.mintedconnect.com/partner/customer/MTD0018232' \
--header 'api-version: 2' \
--header 'api-version;' \
--header 'x-client-id;' \
--header 'Accept-Language: tr'
{
"data": {
"external_id": "555555",
"firstname": "John",
"middlename": "",
"lastname": "Due",
"fullname": "John Due",
"email": "[email protected]",
"phone": "+905071112233",
"gender": "M",
"identity_number": "1234567888",
"birthdate": "1970-01-31",
"wallets": [
{
"id": 1785,
"customer_external_id": "555555",
"name": "Gold Wallet",
"currency_id": 1000004,
"currency_symbol": "",
"currency_code": "MAU",
"is_cash": false,
"balance": 0,
"blocked": 0,
"real_balance": 0
},
{
"id": 1786,
"customer_external_id": "555555",
"name": "Silver Wallet",
"currency_id": 1000005,
"currency_symbol": "",
"currency_code": "MAG",
"is_cash": false,
"balance": 0,
"blocked": 0,
"real_balance": 0
},
{
"id": 1787,
"customer_external_id": "555555",
"name": "Turkish Lira Wallet",
"currency_id": 1000003,
"currency_symbol": "₺",
"currency_code": "TRY",
"is_cash": true,
"balance": 0,
"blocked": 0,
"real_balance": 0
}
]
},
"success": true,
"code": 0,
"message": ""
}