Hello,
Is there some way to use Search API without 'Authorization' in header request?
Let me describe my case: I've my app in Chat.
In this app I want to use Search API for finding a user info:
https://mysite.zendesk.com/api/v2/search.json?query=type:user someuser@email.com
But if I use such a request, then I need to use the 'Authorization' parameter with an encoded token in the header. And my question is - can I somehow not use the token when requesting, since such a token becomes visible to all users of the site.