Authenticates the API username and password, so that subsequent API requests for the same session can be processed using the returned TenantId
and Token
.
GET /auth
Headers
Model Schema
Sample Response Model
{
"Result": {
"TenantId": "1",
"Token": "90151280",
"UserName": "kadmin",
"RoleId": 2,
"ScopeId": "2",
"AdminId": 55957651,
"MachineId": null,
"MachineGroupName": null,
"Attributes": null
},
"ResponseCode": 0,
"Status": "OK",
"Error": "None"
}