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": "40a8fcd0-e0e0-4457-9d9f-097c3ed1cb27",
  "TokenCreated": "2026-01-15T19:06:32.4163685+00:00",
  "TokenExpired": "2026-01-15T19:06:32.4163685+00:00",
  "Exception": "sample string 5"
};