Hi I am trying to build `healthcheck` status direc...
# support-questions-legacy
w
Hi I am trying to build
healthcheck
status directly from a python FastAPI endpoint. So my question is - is there a way to programmatically check that FastAPI has established correct communication with supertokens-core, without trying to authenticate a user? Can I programmatically check that input provided during:
Copy code
supertokens_config=SupertokensConfig(
    connection_uri=...,
    api_key=...,
),
has been correct and supertokens-core is up and running?
6 Views