Get started

In order to get started with Wallenius SOL API Management you need to have an account and a subscription to a Product. Go to Products, found in menu and choose External users, press subscribe and the confirm. You should be directed to your Profile page where you can find your subscription keys. A subscription key must be added to every request. 

Login

First you need to call UserService.LoginUser  and if the login is successful you should get a session cookie back called "Set-Cookie" and it should look something like this:

ASP.NET_SessionId=4ebew03i2gywa0cmjved1gr0; path=/; HttpOnly 

From that cookie you need to extract the part after ", in this case it would be 4ebew03i2gywa0cmjved1gr0; and use in the SessionId header in the following API  calls.