Discussions
Bad requets when send an SMS from API
about 2 years ago by Harsh Vardhan Parashar
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"
}
}