Hi Team,
I am just trying do the integration with SMSUP website using the basic auth. I have created the token from the website and also created the url to get the data from the website. When the hit the url using postman it will works fine,
But when hit the same in the Zapier am getting this-
{
"status": -1,
"message": "Le login et le mot de passe ne correspondent pas",
"details": "Token invalide"
}
Postman response-
{
"status": 1,
"message": "OK",
"ticket": "58775093",
"cost": 1,
"credits": 84,
"total": 1,
"sent": 1,
"blacklisted": 0,
"duplicated": 0,
"invalid": 0,
"npai": 0
}
Could you please me give any suggestion to get out of this.
Thanks in advance