Hi quick and dumb question what routes does the ba...
# support-questions
n
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
Hey! Checkout the API routes here: supertokens.com/docs/fdi
It depends on which recipes you have initialised
n
I have thirdpartyemailpassword initialized
r
You can see the api routes for that from the above link 🙂
n
Thanks!
r
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
Yup thanks! This worked it returned a 400
2 Views