Home / API Documentation

Get Authentication Token

Method: GET api/v1/Token/GetAuthenticationToken?username={username}&password={password}

Response Format:

application/json

Required Parameters Description Additional information
username
Username

Define this parameter in the request URI.

password
Password

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        {
  "Username": "sample string 1",
  "Token": "b7bf48ed-76c8-4061-8566-64f72c316ef6",
  "TokenCreated": "2026-09-07T03:19:39.1209073+00:00",
  "TokenExpired": "2026-09-07T03:19:39.1209073+00:00",
  "Exception": "sample string 5"
};