Verify Forgot Password
POST
/api/v1/auth/password/forgot/verification
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/auth/password/forgot/verification' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "7TeRhHL8Uuhv8U_zAPlKl"
}'
Response Response Example
{
"status_code": 200,
"message": "Verify Forgot Password Token is Valid"
}
Request
Body Params application/json