I’m trying to do a GET via Zendesk API token on Uipath, but it turns out that I’m not authenticated. I tried converting the token to base64 format like I did once for Freshdesk, but it didn’t work. I’m using OAuth2 option.
Check below for your reference
Have you created header as below?
Authorization: Bearer 52d7ef4ee01e2c2c75bff572f957cd4f12d6225eee07ea2f01d01a
Hope this may help you
Thanks
1 Like
and how do i create this header?
I didn’t get it that way, but I got it using “Basic email_address/token:api_token”
Thanks a lot for the help!
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.