Discussions

Ask a Question
Back to All

Bad requets when send an SMS from API

Hi,

I'm trying to send an SMS through the API but I always get 400 error with the below response:-

{
"error": {
"code": 400,
"errors": [
{
"domain": "global",
"message": "bad_request",
"reason": "badRequest"
}
],
"message": "bad_request"
}
}