Reset Password

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

NameTypeRequiredDescription
user_typestringYesType of user (e.g., ENTERPRISE_API)

Request Body

Content-Type: multipart/form-data

NameTypeRequiredDescription
emailstringYesEmail 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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
Body Params
string
Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!