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": "85e1fb3d-3cc9-4b00-9013-4443269c0bbe",
  "TokenCreated": "2025-04-20T02:57:30.524547+00:00",
  "TokenExpired": "2025-04-20T02:57:30.524547+00:00",
  "Exception": "sample string 5"
};