Check Loyalty Member
Check whether a phone number is already registered as a loyalty member.
When to Use
▾
Use this endpoint when:
- Determining whether to register a new member or fetch an existing one
- Verifying membership before applying member-only discounts
How to Use
▾
Endpoint
POST
/v3/loyalty/member/checkPOST countryCode and phoneNumber. The response item.exist is true if a member exists.
Request Parameters
▾
POST countryCode and phoneNumber in the body.
Response Parameters
▾
Member existence check result
Whether the member exists
Example: true
Successfully call this endpoint. If fail, will return error code object (Refer Appendix 1: Error Codes)
Example: "SUCCESS"