Endpoint
Request body
The email address associated with your Dashboard account.
Initiate a password reset for your Dashboard account. Shogun sends a one-time password to your registered email address to begin the reset flow.
POST https://baasapi.payrepmfb.com/api/v1/auth/web/forgot_password
curl --request POST \
--url https://baasapi.payrepmfb.com/api/v1/auth/web/forgot_password \
--header 'Content-Type: application/json' \
--data '{
"email": "admin@yourbusiness.com"
}'
{
"status": true,
"response_code": "00",
"message": "If this email is registered, a reset OTP has been sent.",
"data": {}
}