/user/set-phone-no-verify
Set user phone without OTP verification unless it is already set
Body
required
application/json
JSON Body
- Type: stringphonerequired
User's phone
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/sdk-partner/user/set-phone-no-verify
curl https://sandbox-api.mrcr.io/v1.6/sdk-partner/user/set-phone-no-verify \
--request POST \
--header 'Content-Type: application/json' \
--header 'Sdk-User-Token: YOUR_SECRET_TOKEN' \
--data '{
"phone": "+1234567890"
}'
{
"status": 200
}