Hi guys, how do I check if the api key can connect...
# community-help
j
Hi guys, how do I check if the api key can connect to the typesense server? is there an api endpoint for this?
k
Depends on what permissions the API key has. For admin key you can try hitting
/debug
j
Thanks