Forgot pin by email
POST/identity/v2/auth/pin/forgot/email
This API sends a PIN reset email to the user's registered email address, enabling them to reset their PIN if they have forgotten it.
Request
Responses
- 200
- 400
- 401
- 403
Successfully submit request to reset the pin
Bad Request - the request is malformed or invalid.
Status Unauthorized: The request requires user authentication.
Forbidden - the client is not allowed to access this resource.