Best answer

Integration with SMSUP

  • 16 September 2020
  • 1 reply
  • 93 views

Userlevel 1

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

icon

Best answer by steph.n 23 September 2020, 00:01

View original

1 reply

Userlevel 7
Badge +8

Hi there @Aman Gupta - Thanks for posting! It looks like you reached the Support team to assist you further. But to share with the community the guidance offered to you:

Please take a look at SMSUP's API documentation, and it looks like they use API key based authentication, so you'd want to set up your app using that:
https://app.smsup.es/api/3.0/docs/

Here's details: https://platform.zapier.com/docs/apikey

Reply