Forum Discussion
lkshck
3 years agoHelper III
2-Step API GET Request
Hey, I would like to do a 2-Step API Get request to a Billing API. The API looks like the following: https://customer.service.com/billing/invoices For this first API you will get a JSON which sho...
lbendlin
3 years agoSuper User
This will be the least of your issues. What's the authentication method?
lkshck
3 years agoHelper III
In the first use case it's basic auth with an API key and in the second use case it's with digest auth with public and private key. I just read that digest auth isn't working, but maybe it works for the first use case with basic auth.