Customer Login by Product Key
Log in by Product key and get session ID.
Method Type | URI |
---|---|
POST | v90/ws/loginByProductKey.ws |
Post Parameters
Parameter | Description | Type |
---|---|---|
productKey |
Specify the Product key to log on to Sentinel LDK-EMS. When logged in by Product Key, the customer can perform certain activities only on one Product corresponding to the key. |
String |
Sample Request
URI:
https://localhost:8443/ems/v90/ws/loginByProductKey.ws
Request Body:
productKey=fb9a91ba-20ee-4ecd-a049-5194c8d5d2dc
Sample Response
HTTP Status Code: 200
Response Body:
<?xml version="1.0" encoding="UTF-8"?> <EMSResponse> <regRequired>1</regRequired>
<sessionId>8DFF9A5071E4BE930C8FC89E8BB8BD35</sessionId>
<stat>ok</stat> </EMSResponse>