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

{
    "name"="Wilson",
    "owner": {
        "id": "sha7891bikojbkreuy",
        "name": "Samuel Passet",
    "species": "Dog",}
    "breed": "Golden Retriever",
}

Return Value: If the user is successfully authenticated, then the call returns a string that represents an authentication token (referred to as an AuthToken) in the format a75774e6-7a4a-44d0-8fc7-9f51c293ea7d. This token can be subsequently used in other calls to check the license etc. This AuthToken is also set as a cookie called AuthToken and is also returned as a custom header called AuthToken.

Last updated