Get Profile
Retrieve a loyalty member's full profile — name, contact, tier, loyalty point balance, and credit balance — by their phone number.
When to Use
▾
Use this endpoint when:
- Displaying a member's profile and point balance
- Looking up a member before applying loyalty discounts
How to Use
▾
/v3/loyalty/meGET with countryCode and phoneNumber as query parameters.
Request Parameters
▾
Pass countryCode and phoneNumber as query parameters.
Response Parameters
▾
Profile object
Profile ID
Example: ""
Profile Key (Internal Usage)
Example: "EhIKBk1lbWJlchDOuOKz24XWkg4SGQoNTWVtYmVyUHJvZmlsZRDl-MTxiPOPjzY"
Profile name
Example: "yussuf"
Profile email
Example: "[email protected]"
IC Number
Example: ""
User Birth Date (YYYY:MM:DD)
Example: "0001-01-01"
Gender
Example: ""
Refer to explanation below
Address 1
Example: ""
Address 2
Example: ""
Postcode
Example: ""
City
Example: ""
State
Example: ""
Country
Example: ""
Member Tier Point
Example: null
Total Loyalty Point
Example: 0
User Pin
Example: false
Total Point Balance left
Example: 0
Point Spend
Example: 0
Credit Balance
Example: 10160
Profile Status
Example: "ACTIVE"
Creation date time
Example: "2018-10-19T03:39:47Z"
Last update date time
Example: "2020-06-29T10:14:33Z"
Successfully call this endpoint. If fail, will return error code object (Refer Appendix 1: Error Codes)
Example: "SUCCESS"