I'm trying to send SMS using Twilio from my PHP code and Postman but it always returns the error below. I confirm everything is correctly set and everything was working months ago.
Error:
{
"code": 20003,
"message": "Authenticate",
"more_info": "https://www.twilio.com/docs/errors/20003",
"status": 401
}
It seems the account sid used for Basic Auth is different from the one shown in the URL. Try to align the two of them and it should work.