Retrieving a License SKU
This method returns SKU information of the specified license key. It returns the same set of data as displayed in the Partner Central UI (Manage Licenses > click a license > More > Show SKU).
Note: This command is not REST-compliant.
Signature
Request:
- URL: /30/keys/<KEY_ID_OR_ACTIVATION_CODE>/sku
- Method: GET
- Body: no
Response:
- Success status code: 200
- Body: The key’s SKU structure.
Example
Request:
GET /30/keys/3815934/sku HTTP/1.1
Response:
HTTP/1.1 200 OK
[ {
"name" : "Plesk Web Pro Edition",
"value" : "PLSK-PRO-M",
"quantity" : 1
}, {
"name" : "Monthly SUS for Plesk",
"value" : null,
"quantity" : 1
}, {
"name" : "PowerPack",
"value" : "PLSK-ADD-PP-M",
"quantity" : 1
}, {
"name" : "2 Language Packs for Plesk 12/Onyx",
"value" : "PLSK-ADD-LP-M",
"quantity" : 2
} ]