Authorization: Bearer ********************curl --location '/v2.0/crm/addressBook/getMerchant?participantCode=undefined&clientReference=undefined'{
"code": 200,
"msg": "OK",
"traceId": null,
"data": {
"merchantInfo": {
"applicationType": 1,
"clientReference": "cwm-1784436345",
"merchantDetails": {
"personalDetails": {
"firstName": "Test",
"middleName": null,
"lastName": "Merchant",
"dateOfBirth": "1990-01-01",
"nationality": "SG",
"residentialAddress": {
"addressLine1": "1 Test St",
"addressLine2": null,
"city": "Singapore",
"country": "SG",
"postcode": "123456",
"state": null
},
"contactNumber": {
"countryCode": "65",
"phoneNumber": "91234567"
},
"email": "cwtest@example.com",
"taxResidency": "SG"
},
"supportingDocuments": [
{
"type": 1,
"fileId": "a02351db-3d50-4534-b947-735d40ad1e80"
}
]
},
"participantCode": "A0104983",
"acceptedTnC": null,
"sourceIp": null
},
"merchantStatus": 2,
"activationStatus": "NO_NEED_ACTIVATION"
}
}