Get Product Key Details (XML)

Returns the details of a Product key.

Method Type URI
GET v90/ws/productKey/{productKeyId}.ws

URI Parameters

Parameter Description Type
productKeyId The Product key. String

Sample Response

Success

HTTP Status Code: HTTP: 200

Response Body:

<productKey>
  <productKeyId>0071eb86-911c-40aa-a07b-552d23ce37a1</productKeyId>
  <totalEntitled>1</totalEntitled>
  <available>1</available>
  <enabled>true</enabled>
  <type>Product Key-based</type>
  <registrationRequired>NOT_REQUIRED</registrationRequired>
  <customerEmail>pmahajan@miain.com</customerEmail>
  <customerName>Parag Mahajan</customerName>
  <productInfo id="1" productName="SafeNet Memo Card Plugin" productIdentifier="2" type="BASE"/>
    <activationAttribute>
      <attributeName>C2V</attributeName>
      <attributeValue>null</attributeValue>
      <isvPermission>NONE</isvPermission>
      <endUserPermission>WRITE</endUserPermission>
    </activationAttribute>
    <activationAttribute>
       <attributeName>ACKNOWLEDGEMENT_REQUEST</attributeName>
       <attributeValue>false</attributeValue>
       <isvPermission>WRITE</isvPermission>
       <endUserPermission>NONE</endUserPermission>
    </activationAttribute>
    <activationAttribute>
       <attributeName>CLEAR_BEFORE_APPLYING_UPDATE</attributeName>
       <attributeValue>null</attributeValue>
       <isvPermission>NONE</isvPermission>
       <endUserPermission>WRITE</endUserPermission>
    </activationAttribute>
  <entitlementId>7</entitlementId>
  <customerId>5</customerId>
</productKey>

Failure

HTTP Status Code: HTTP: 404

Response Body: The Product Key does not exist.