User login endpoint

hi I am creating a desktop application for my adalo application …
I need to know if there is a way I can authenticate the users ?
like any endpoint for my app where I can send the username and password and get back the token related to that user to use for further collection access ?

I see on the web version that when I login it request an endpoint location at:
database-red.adalo.com
sends it username and password and gets back token but I don’t see any documentation on that …

so in short is it possible to authenticate the users on my desktop app from the Users collection ?

any help on this will be much appreciated …

Maybe i’m not fully understanding, but can’t you just have your users login?

I can on the web app …
is there a way I can get an api endpoint to let the users login from my desktop application ?
I am talking about a simple rest api for user authentication ?