Signature

Request:

  • URL: /30/keys/<KEY_ID_OR_ACTIVATION_CODE>
  • Method: GET
  • Body: no

Response:

Compatibility note

Some key configurations cannot be presented as a set of Partner API 3.0 constants. This can happen when you manage a key not only by Partner API 3.0, but also via UI of Partner API 1.0. The structure of such keys can contain unmatched items. An item contains a feature name or base license name.

Unmatched items cannot be modified (upgraded or downgraded) through the Partner API 3.0 and should be passed without changes when calling the Modify Key command.

Example

Request:

GET /30/keys/12345678 HTTP/1.1

Response:

{
"ownerId": "68746360",
"keyIdentifiers":

{ "keyId": 9467394, "keyNumber": "PLSK.09467394.0000", "activationCode": "AX1M00-2TGF09-FX0846-DA6K73-2VWY94", "activationLink": null }
,
"parentKeyIdentifiers": null,
"activationInfo": null,
"ipAddressBinding": null,
"nickname": "",
"productConfigurationId": 1708292,
"items": [

{ "externalId": null, "item": "PLESK-12-WEB-ADMIN-1M" }
],
"creationDate": "2022-05-30T06:54:37.450Z",
"lastModificationDate": "2022-05-30T09:25:43.534Z",
"updateDate": "2022-06-30T00:00:00.000Z",
"expirationDate": "2022-07-10T00:00:00.000Z",
"susExpirationDate": "2022-07-10T00:00:00.000Z",
"susStatus": "ACTIVE",
"supportExpirationDate": null,
"supportStatus": null,
"status": "ACTIVE",
"terminated": false,
"suspended": false,
"ownerSuspended": false,
"autoRenew": true,
"restrictIPBinding": false,
"frauds": [],
"lastReportingDate": "2022-05-30T20:29:42.987Z",
"lastReportingIp": "10.52.38.115",
"childKeyIdentifiers": [],
"overridingKeyIdentifiers": null
}