Parameter | Type | Required? | Description |
---|---|---|---|
token | string | yes | Token generated and sent with Members > Send verification SMS |
Status | Reason |
---|---|
400 | Token missing |
463 | Invalid token (it may not exist, or not match the user or be expired) |
{
// Empty object
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v3/infinity-mall/members/channels/msisdn//verify' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}