v1

latestSwagger 2.02026-08-041113661.2 MB
LicenseService

List items

get/v1beta/licenses/items

Query parameters

limitinteger

Output limit.

offsetinteger

Output offset.

order_by.idstring

Object ID.

order_by.key_idstring

License key ID.

order_by.titlestring

Custom license title.

order_by.productstring

Product type (only Plesk is available).

order_by.statusstring

License status.

order_by.key_numberstring

License key number.

order_by.expiration_datestring

License expiration date.

productstring

Product type (only Plesk is available).

Response

A successful response.

codeinteger
descstring
maintenanceboolean

Example response

{
  "code": 0,
  "data": {
    "results": [
      {
        "item": "FT-PLESK-VPS-WPB-100-SITES-1M",
        "product": "plesk",
        "sku_values": null,
        "title": "DNSSEC for Plesk (Bundled)"
      }
    ],
    "total": 999
  },
  "desc": ""
}