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": "ec780992-c570-4986-a1a2-813138a872a4",
  "TokenCreated": "2026-07-10T22:26:03.5371063+00:00",
  "TokenExpired": "2026-07-10T22:26:03.5371063+00:00",
  "Exception": "sample string 5"
};