Forget Password (Auth)

User authentication by a given UUID and auth-numbers for forget password.

POST /api/forget-password/auth

Request with URL Params

Properties
Required

uuid(36)

Request with Body

Properties
Type
Required

numbers

string(6)

Response

Responds the UUID for the user for optional sign-in when successfully completed.

{"userId": "96334f05-ae25-4e99-8786-1eb67f950434"}

Last updated

Was this helpful?