Login by passing credentials/token as part of URL

Is there is a way to login to backendless from our portal by passing credentials/token as part of URL parameter?

Yes, it is possible. The endpoint is:
https://develop.backendless.com/console/home/login

It must be a POST request with the following body:

{"login":"VALUE","password":"VALUE"}

Regards,
Mark