Force-check for license

POST /license

force re-check of pro-license status

Responses

  • 201

    the current state of pro-license

    Hide response attributes Show response attributes object
    • license string

      the summary status of the license

    • the product name of the license

    • url string(url)

      the URL of the site to which the license is assigned

    • expires string(timestamp)

      the date of license expiration

    • expires_at integer(timestamp)

      the date of license expiration as unix epoch timestamp

    • is_trial boolean

      whether the current license is a trial license

    • install_id string(uuid)

      the unique installation ID

    • last_verified_at integer(timestamp)

      the date of license was last checked and verified

  • 400

    invalid input, object invalid

POST /license
curl \
 -X POST https://virtserver.swaggerhub.com/Fernleaf-Systems/ShieldSecurity/1.0.0/license
Response examples (201)
{
  "license": "valid",
  "item_name": "Shield Security Pro for WordPress",
  "url": "https://getshieldsecurity.com",
  "expires": "2022-09-16 14:49:32",
  "expires_at": 1663339772,
  "is_trial": false,
  "install_id": "22126021-0b41-4f87-90a7-5530daf74126",
  "last_verified_at": 1644601669
}