Hello. We are currently using the zoho crm restful api to make new contacts for our customers. The customers get to fill a form and a nodejs script passes the data to the zoho crm, Now while it has been working well, yesterday 24/7/2016 (SEOUL) We received a 400 response. But since this message has no clarification on exactly why this fails I am left in the dark, Is it possible that I can get a log so that I can know what happened? SInce it works most of the time, I feel the problem is not on my side. Below is a copy of my application logs with the response header.
{"level":"error","message":"[ERROR:- server.js : crmdb_newCustomer failed : <html>\r\n<head><title>400 Bad Request</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>400 Bad Request</h1></center>\r\n</body>\r\n</html>\r\n]","timestamp":"2016-07-23T03:47:32.050Z"}