node-zendesk icon indicating copy to clipboard operation
node-zendesk copied to clipboard

Zendesk Error (401): Not Authorized

Open Rakeshkumar1410 opened this issue 3 years ago • 1 comments
trafficstars

I want to implement your API in Node.js with Single sign-on JWT method , however I had reached out with your support team and your team has suggested to me use the below npm for the Node.js Node-zendesk I have implemented the code as same at our end and host on https but facing the below error message: “Zendesk Error (401): Not Authorized" Below error comes after the call this image

Could you suggest to me what is I doing wrong..

Note: I have also used the oauth:false but facing same issue..

Rakeshkumar1410 avatar Mar 02 '22 05:03 Rakeshkumar1410

Make sure to specify the full API route for your Zendesk subdomain as the remote URI, like https://<your-sub-domain>.zendesk.com/api/v2/.

Onaxim avatar Aug 11 '22 05:08 Onaxim