
Announcements
Dear community,
I am finally trying my hand at HTTPS POST requests. I am trying to connect to Zipwhip's API.
Error: {"success":false,"errorDesc":"Required String parameter 'password' is not present","path":"/user/login"}
Any ideas?
To establish a session id, it' asking for:
$ curl --location --request POST 'https://api.zipwhip.com/user/login' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'username={{username}}' \
--data-urlencode 'password={{password}}'
However, I'm struggling to convert it in PA HTTPS POST: