https://supertokens.com/ logo
n

Noobster123

07/18/2022, 2:32 PM
Hi quick and dumb question what routes does the backend have just so I can check if it's running or not (using GET request)? E.g. /api/auth/something
r

rp

07/18/2022, 2:34 PM
Hey! Checkout the API routes here: supertokens.com/docs/fdi
It depends on which recipes you have initialised
n

Noobster123

07/18/2022, 2:38 PM
I have thirdpartyemailpassword initialized
r

rp

07/18/2022, 2:39 PM
You can see the api routes for that from the above link 🙂
n

Noobster123

07/18/2022, 2:40 PM
Thanks!
r

rp

07/18/2022, 2:40 PM
You could try calling the email exists GET API
And if it returns a 200 or a 400 you know that the API was hit. And that means the setup is probably fine
n

Noobster123

07/18/2022, 2:41 PM
Yup thanks! This worked it returned a 400
2 Views