Change password
Must have the authorization to use this API
GET
https://example.com/wp-json/rimplenet/v1 /reset-password
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.
Request Body
email_address*
String
Email address to receive mail
fire_email
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
current_password *
String/int
Current password
new_password*
String/int
New intended password
confirm_password *
String/int
Confirm new password
token_to_change_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