Our app is integrating with Zendesk Chat API. We have the OAuth flow working, and are able to make authorized requests.
However, when calling the API - for example:
https://www.zopim.com/api/v2/chats
We are receiving the following response:
{
"chats": [],
"count": 0
}
This is weird because in our Zendesk Chat environment we have open and closed chats (using the Zendesk Chat widget).
How does this work? Am I missing something here?
That definitely does seem strange. Out of curiosity, which OAuth flow are you using?