I’m trying to setup authorization for a private app that I am working on integrating into our workflow. The organization has provided me with the API documentation, and I can get the authorization and connection to work within Postman, but can’t get the authorization to work within the Zapier Platform UI when using the Oauth2 method. I can get it to work through the Basic Auth method, but of course the access_token expires and I’m constantly having to reconnect. I have posted the API documentation to my Zoho Workdrive at the link below.
https://workdrive.zohoexternal.com/external/3MC15kf9NqV-L9Rvf
The API seems to be pretty straight forward, like I said I have gotten it to work in Postman, but I have the same issue of course with the access_token expiring. I have the application credentials, but what I’m not sure about when using the Oauth2 method is that I’m not sure what the Authorization URL is, the system I’m trying to connect to seems to use the “POST” method rather than “GET”, and when I change the method to “POST” I continue to get an error message. If I keep it at the “GET” method listed and use the same credentials I’m using in Postman, I get the following return message:
"reason": "Full authentication is required to access this resource",
"status": 401
I wasn’t sure if someone could possibly give me some assistance or maybe point me in the right direction.