Password reset
Reset your password when you forget it, an email containing a reset password link will be sent to your email.
Request
Request header:
POST https://api.ipaymy.com/v2/password_reset
Host: api.ipaymy.com
Accept: application/json
Request body:
{
"email": "example@ipaymy.com"
}
email:
- Type: string
- Validate: required
Response:
Password reset email will be sent, you can check your email box and click on reset password link and change it.
Response codes:
- 200: Good stuff, and the response body should be easy to parse.
- 422: Typically malformed JSON, such as an integer in place of the required alphanumeric string, or a missing key. Check the response body for further details.