API query- how to construct
Hi,
I have an API based import to Zoho Analytics from an external source. I've been able to get a query working for the /users API endpoint, and I have a working query for the /devices API endpoint-
- but I cannot get the query to work in Zoho Analytics
here is the working query from Postman
{
"operation": "list",
"options": {
"os": "mac"
}
}
And here is a pic of the (non working) request in Zoho Analytics
- the error response is 'HTTP 400' but I can't see any other info