Hello,

We are embedding queries in other pages, and it works really well (we had to play with CORs settings and such) but it works really well.
But as the data that we show is sensitive, we would like to have a tighter control on the access to those queries. So we would like to be able to rotate the keys (generate new ones).

Currently the api_key is generated on each query creation, so we were thinking on adding a new rest endpoint to be able to change those. How does it sound? Any other suggestion?

Sounds good to me!

Something like POST /api/queries/{id}/api_key to generate a new one?

1 Like

is there any way to regenerate the query API key currently?

Hi, @shengqianliu.

No. So, I have submitted this feature.

1 Like