Forum Discussion
Hi ddaniel,
Would you like to try a basic query, just to make sure the API connection is established?
Here is a simple/basic query to test:
{
accountSnapshot(accountID: YOUR_ACCOUNT_ID) {
id
}
}
#headers:
{"x-api-key":"YOUR_API_KEY"}
reference:
https://api.catonetworks.com/api/v1/graphql2
https://api.catonetworks.com/documentation/
Would this be alright?
Cheers
- ddaniel1 minute ago
Staying Involved
I have tried 3 times to reply directly and finally emailed, but I will do it without images (maybe that was the issue?) to see if it sticks.
Yes - I am able to use the API for an account snapshot and return results. I have been doing this for months, every 5 minutes to get a count of remote and in-office Cato users and graph that in our network monitoring software in a "remote users " dashboard.