License Server Login


Use this license to login to the license server.

Resource

POST /licenses/licenseserver/login

Parameters

None

Payload

LoginCredentials
only username and password is needed

Response

None

Context

Authorization

Master

Errors

Example

Request
POST http://sip.xelion.nl/api/v1/master/licenses/licenseserver/login
Payload
{
      "userName": "xelion",
      "password": "aser3424rd"
}