Hi,
I can’t find any API to save a new query. Can you please guide me if it is already there or is there any way to save and delete queries through calling an API. I don’t want to use UI to save a query every time.

Hitesh

Anything you can do in the UI, you can do via the API. Unfortunately the API is not documented, but you can easily see what it does by checking the browser’s console Network tab. Most of the calls are very straighforward.

Your user API key can be found in the user profile page.

Sorry for bumping a two year old thread, but I tried to do this and I didn’t really know where the API call was being made. Any advice on finding more info for this?

You should open your browser’s develop tools on the network tab, and then filter for requests with api in their URL.