/b2b/user/set-phone

Set user phone

Body
required
application/json

New user phone

  • phone
    Type: string
    required

    New user phone

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/b2b/user/set-phone
curl https://sandbox-api.mrcr.io/v1.6/b2b/user/set-phone \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'B2B-Bearer-Token: YOUR_SECRET_TOKEN' \
  --data '{
  "phone": ""
}'
{
  "status": 200,
  "data": [
    {
      "key": "0f07661ce66774ec87537d47e1db961cf77d450b1c8d230419d8f72fdf98666abG9naW4tdmVyaWZ5LXBob25lBfhShypGUnsFRd5dqhDFPpJoOpbPdsj5",
      "code_length": 4,
      "timeout": 20
    }
  ]
}