Get Loyalty Member By ID
Method : GET
URL : https://open.revenuemonster.my/v3/loyalty/member/2940921291529816182
Sandbox URL : https://sb-open.revenuemonster.my/v3/loyalty/member/2940921291529816182
note
Get loyalty member by Member ID
Request Parameters
note
The URL is consists of
[base_URL]
/v3/loyalty/member/[member_id]
Pass an empty JSON object Example:
{}
Response Parameters
Example Response
{
"item": {
"id": "2940921291529816182",
"name": "Gan",
"email": "junkai@revenuemonster.my",
"nric": "",
"address": {
"addressLine1": "",
"addressLine2": "",
"postcode": "",
"city": "",
"state": "",
"country": ""
},
"gender": "",
"state": "",
"birthDate": "0001-01-01T00:00:00Z",
"loyaltyPoint": 0,
"countryCode": "60",
"phoneNumber": "167367171",
"profileImageUrl": "https://storage.googleapis.com/rm-sandbox-asset/img/avatar.png",
"memberTier": null,
"status": "ACTIVE",
"createdAt": "2018-09-19T10:00:21Z"
},
"code": "SUCCESS"
}