Skip to main content

Reset Password

Reset Password

Request Body REQUIRED
email email REQUIRED

User's email to send password reset instructions.

Responses
200

Password reset successful

400

Bad request

POST /auth/reset-password
Body
https://api.malipopay.co.tz/api/v1
curl -L 'https://api.malipopay.co.tz/api/v1/auth/reset-password' \
-H 'Content-Type: application/json' \
--data-raw '{
  "email": "user@example.com"
}'