cURL
curl --request POST \ --url https://apigw.bienport.com/api/verification-sms/send-password-reset-code \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'OrganizationId: <organizationid>' \ --data '{ "screenName": "12343123" }'
{ "status": false, "userId": 20199, "message": "SMS sent. / SMS not sent." }
Access Token
Organization ID
sendVerificationCodeRequest
Send Verification Code Request Model
Screen Name
"12343123"
Verification process feedback
The sending status of the SMS.
false
User ID to send SMS. (It just returns the forgot password request.)
20199
The sending message of the SMS.
"SMS sent. / SMS not sent."