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": "f7e44b29-a58f-4a55-ba1a-d63ef487fe71",
  "TokenCreated": "2025-10-28T09:51:41.0860818+00:00",
  "TokenExpired": "2025-10-28T09:51:41.0860818+00:00",
  "Exception": "sample string 5"
};