DoLogin
Login and verify credentials
Verifies credentials
GET
https://signup.trialkey.ca/api/v2/DoLogin
Example URL:
/DoLogin?User=username@domain.com&Pass=userpass&Domain=mywebsite.com
This endpoint allows a trial or licensed user to verify their credentials for your application(s). Once logged in the LicCheck API call can be used to check information on their license.
Query Parameters
User*
String
The user's username
Pass*
String
The user's password
Domain*
String
Your account domain (i.e. the mywebsite.com part of www.mywebsite.com)
AccountAPIToken*
String
Your account API token from the profile screen in the TrialKey API dashboard. This key should be kept secret since it allows you, in combination with your user name and password, to perform actions on your users such as deleting or modify them or their products and licenses.
InstallKey
String
This optional parameter allow an InstallKey to be passed for validation to the LicCheck() function if the login portion of the call succeeds. If the string default
is passed instead of passing a valid InstallKey, then the system will find and validate against the first available license for this user, and the resulting possible responses will correspond to that call. This essentially allows an application that only needs each user to have a single license to use the authentication only to validate and maintain a licensed application with a single API call, without having to store anything.
Last updated