I have to trigger sms via Twilio using soapUI and the rest URL is https://api.twilio.com/2010-04-01/Accounts/ACxxxxxxxxxxxxxxxxxxxx/Messages.json But the response is always comes as below: { "code": 20003, "message": "Authentication Error - No credentials provided", "more_info": "https://www.twilio.com/docs/errors/20003", "status": 401 }
Please help in resolve this issue. I am also not sure what should be the request JSON body as nowhere it is mentioned in Twilio documentation.
toandfromphone #? Did you check thecurlcode in the SMS docs? twilio.com/docs/sms/send-messages