Is there any REST API to query and validate sessions?

Hi, I have Django on the server side and I want to authenticate users and create Django session cookies. So in order to do this I need to have some REST API from to be able to validate the moralis session token from the server side. Please guide if I’m wrong here but I can’t find your API docs other than the JS lib to query your session table.
Thank you!

you can connect directly to mongo db if you want: How to do database backups?

or you could use a cloud function and call it as a rest API: https://docs.moralis.io/moralis-server/cloud-code/cloud-functions#calling-via-rest-api

Got it thanks. I’ll try these.