Hello,
Do you have any changes on twilio integration? From some day I also have this error message:
400 - <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 400 Bad Request</title> </head> <body><h2>HTTP ERROR 400 Bad Request</h2> <table> <tr><th>URI:</th><td>/2010-04-01/Accounts/AC418abc5ac7d89db017c3453019ef1f03/Messages.json</td></tr> <tr><th>STATUS:</th><td>400</td></tr> <tr><th>MESSAGE:</th><td>Bad Request</td></tr> <tr><th>SERVLET:</th><td>jersey</td></tr> </table> </body> </html>
For the endpoint
POST /loginWithPhoneNumberAndPassword
My body sent is:
{
"phoneNumber": "+352XXXXXXXXX",
"password": "0000",
"smsCodeAuth": true
}
just hiding the phone number
For information, it worked well before.
Thanks you for your support