Reset my password

POST {{baseUrl}}/{{version}}/auth/reset

This endpoint is used to reset passwords. A reset is triggered when the user has forgotten their password associated with their account. This helps them regain access to their account in a secure manner.

Request Body

[{"name"=>"email", "value"=>"myemail@email.com", "datatype"=>"string"}, {"name"=>"silent", "value"=>"1", "datatype"=>"number"}]

RESPONSES

status: OK

{"error":false,"code":200,"message":"We have sent an email to you with the instructions to help you reset your password.","reset_passtoken":"myToken","name":"my first name","email":"myemail@email.com"}