Skip to main content

I am building an custom integration for an app called Cherwell.  Per the documentation, they use OAuth 2.0.  Per my review, I think Session Authentication will work better as they simply need to get the Access Token.  Here is the problem; I can use Postman to retrieve the access and refresh token, but when I try in Zapier UI Builder, The response is status = 404.  Hoping another set of eyes can find my issue.

Postman: Response 200 and info I need

 

Zapier:

 

First thing I spot is that the URLs are different, and I suspect that could be the reason for the 404:

 

Postman looks like /CherwellAPI/token

Where the Zapier config is /CherwellAPI/api/token


@Zane - Once again you come to my rescue.  That was my issue.  Cut-and-Paste will be my downfall!!!

 

David