I am using Paypal’s API documentation here.
I’m trying to do a POST to the authentication endpoint to be granted an access token to use in future requests, however I keep getting a 401.
Here’s my setup in Zapier:
Note: I did encode my CLIENT_ID:CLIENT_SECRET into Base64 (using https://www.base64encode.org/) prior to testing this call.
Not sure where I went wrong?