WinKAS Test enviroment - WinKAS A/S

WinKAS Api – Test Environment

WinKAS provides 2 test environments:

  • Municipal solution
  • Association and organization solution

Municipal solution

This test environment is an anonymised test database containing a complete booking system incl. A few bookings.

(Be aware that there may be several users in this test environment. at the same time)

Authorization:

Test url: https://testair.winkas.net/api/Authentication/Authenticate
Type: post

Body:

{ 
"UserName": "dev", 
"UserPassword": "1234", 
"UserContractCode": "20000" 
}

Association and organization solution

Go to https://testair.winkas.net and create an account.

After the account creation, you will receive an email with your authorization information.

(Same information for api and WinKAS Air system)

Authorization:

Test url: https://testair.winkas.net/api/Authentication/Authenticate
Type: post

{
"UserName": "",
"UserPassword": "",
"UserContractCode": ""
}