Please note: version 1 of this method is deprecated and only supported for backwards compatibility. Please consider upgrading your application to the current version.
Use the Login method to log a user in to EBT. All other API methods and some functionality of the website are only available to logged in users.
Input parameters:
my_email | | user's email address |
my_password | | user's password |
Output:
The session id, if the login was successful. false, if not.
Example:
https://api.eurobilltracker.com/?m=login&v=1&my_email=some%40email.com&my_password=test
Version: 1
Current version: 2
Previous versions: -none-
[ back ]