| Parameter | Description | Type |
|---|---|---|
| msisdn | Member's msisdn | string (format as defined here - example: 4740769126) |
{
"exists": true,
"can_login": true, // deprecated
"available_identifiers": ["email"],
"has_password": true
}curl --location --request GET 'https://api.mpc.dev.placewise.com/v3/infinity-mall/members/by_msisdn//public_info' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}