post
https://{host}/api/v2/password/forgot/resend
Reset Password – Resend Forgot Password Email
This endpoint sends a password reset email to a specified user who has forgotten their password. The email contains a link allowing the user to set a new password.
HTTP Method and URL
-
Method: POST
-
URL:
{{host}}/api/v2/password/forgot/resend?user_type=ENTERPRISE_API
Authentication Requirements
- No authentication required for this endpoint.
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| user_type | string | Yes | Type of user (e.g., ENTERPRISE_API) |
Request Body
Content-Type: multipart/form-data
| Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | Email address of the user to receive the reset link |
Example Request
POST {{host}}/api/v2/password/forgot/resend?user_type=ENTERPRISE_API
Content-Type: multipart/form-data
[email protected]
Example Successful Response
{
"status": "success",
"message": "Password reset email sent successfully."
}
Error Responses
-
400 Bad Request: Missing or invalid parameters. -
404 Not Found: Email address not found. -
429 Too Many Requests: Rate limit exceeded. -
500 Internal Server Error: Unexpected server error.
Usage Notes
-
Ensure the email address provided is registered in the system.
-
The reset link sent in the email will expire after a set period.
-
If the user does not receive the email, check spam/junk folders or try resending after some time.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
