Forgot password
Auth
Forgot password
/auth/forgotpassword
POST
Forgot password
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/auth/forgotpassword Description:The /auth/forgotpassword endpoint allows users to initiate the process of resetting their password by providing their email address. An optional redirect URL can also be provided to redirect users after initiating the password reset process. Method:
POST
Request Payload:
| Parameter | Type | Description |
|---|---|---|
| string | The email address of the user. | |
| redirect_url (Optional) | string | The URL to redirect the user to after initiating the password reset process. |
/resetpassword
See examples below
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json