cURL
curl --request POST \ --url https://api.logfleet.io/api/v1/auth/reset-password \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>", "new_password": "<string>" } '
{ "message": "<string>" }
Reset password using token from forgot-password email
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
Password reset successful