Reset password with token
Reset user password using the token from the forgot-password flow.
POST
/api/auth/reset-passwordBody
requeststringrequiredpasswordstringrequiredRequest
curl
curl -X POST https://platform.trickest.com/api/auth/reset-password \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Password reset successfully
successboolean400Bad Request – validation error or malformed input
codestringmessagestring500Internal Server Error
codestringmessagestring