2016-08-20 41 views
1

我在zapier中構建了一個zapier,我需要在代碼中手動驗證zendesk。這裏只支持vanilla nodejs代碼和fetch方法。我在下面這裏的Zendesk文檔https://developer.zendesk.com/rest_api/docs/core/introduction#security-and-authentication和捲曲命令在zapier代碼中的zendesk身份驗證

curl -u [email protected]/token:6wiIBWbGkBMo1mRDMuVwkw1EPsNkeUj95PIz2akv https://obscura.zendesk.com/api/v2/users.json 

因此,如何能我寫這篇文章的zapier代碼?

回答

相關問題