Reset password
Must have the authorization to use this API
fire_email is optional. In a case where it is used, it must be true or false. When it is true, a token is sent to the email address provided and when false, a token is returned in the response.
GET
https://example.com/wp-json/rimplenet/v1 /reset-password
Request Body
email_address *
String
Email address to receive mail
fire_address
Bool
Should be either TRUE or FALSE
To view request params, click on the arrow (>) at the right-hand side of the endpoint url to expand or collapse
Sample response
POST
https://example.com/wp-json/rimplenet/v1 /reset-password
Request Body
email_address*
String
Email address (Required)
new_password*
String/int
New intended password
confirm_new_password*
String/int
token_to_reset_password *
String/int
Provide token sent to mail or token contained in the GET response from above
To view request params, click on the arrow (>) at the right-hand side of the endpoint url to expand or collapse
Sample response
Last updated