Check License

URL : /api/v1/licenses/check_license/

Method : GET

Query parameters

Key-based licensees

  • hardware_id= "123454679824"

  • license_key= "FC78-D4QH-B6SF-C9AB"

  • product = XY

User-based licenses

Success Response

Code : 200 OK

Content examples :

{
    "license_enabled": true,
    "license_active": true,
    "license_type": "perpetual",
    "license_key": "GEQV-4G9Z-WBSK-MBAW",
    "is_trial": false,
    "product_features": [{
      		"name": "feature 3",
            "code": "F3",
            "feature_type": "activation",
            "expiry_date": "2022-02-25"
        },
        {
            "name": "feature 4",
            "code": "F4",
            "feature_type": "consumption",
            "max_consumption": 10,
            "total_consumptions": 0,
          	"expiry_date": null
        }
    ],
    "order_store_id": "38b1f27bb6444782a4631015c1a6dd10",
    "maintenance_period": null,
    "validity_period": null,
    "custom_fields": [
        {
            "name": "dfsdgdfg",
            "data_type": null,
            "value": "gdsfgf"
        }
    ],
    "max_activations": 4,
    "times_activated": 3,
    "customer": {
        "email": "[email protected]",
        "company_name": "",
        "reference": "customer-reference-test",
        "phone": "",
        "first_name": "",
        "last_name": ""
    },
    "allow_overages": false,
    "max_overages": 0,
    "prevent_vm": false,
    "is_floating_cloud": false,
    "floating_timeout": 220,
    "transfer_count": 2,
    "product_details": {
        "product_id": 1584723961091325,
        "product_name": "Awesome Product PRO",
        "short_code": "awpro",
        "authorization_method": "license-key"
    },
    "is_expired": false,
    "installation_file": "https://www.file.io/file.dmg",
    "version": "1.0.0",
    "requires_version": null,
    "hash_md5": "",
    "release_date": "2021-03-24T00:00:00.000Z",
    "license_signature": "FJGclvy1NsASF/XoHViSRkIdnvRLAEklXTBYnsfiGyi/ZXoy4Gb8Sgjflef47gYk2JZqeiMXngeaulpMCDqF7VyiugWBXyLsVpEUdg+7jps6Ti0C9v5PvX+nqBGEfdViWIax0YVBwgW1RU0M8XwL1cEOSNqUy8K6Kl3EJxPA8TJuw1Pvc9SmWRVf1BH7UUCagnUBfZbkdn7KfViQTFuM2Ln3mY2Q87fcylgOE6f7ZT4T5u38aD2eYT76KVI82AMWXZMR2ONDi4cJze02oFAA4FcOV0+OPTpEVM+Ro4fq3uX8v20l2fVuna+VJg4ls493fvvTR8MZtVJUzng1edEzDfHdYfBvtBczT/06yyY6v05piwpQfGEZvGmuA5THLtCWzDMXm1f0EXbQZuCAuiutXEgn+3u/t29/SnY53e8+C9CkNLnb8DNpXfbx7BRhOpghSGLZVluqOd+VqP1bvpScfNnDtP2bgDhtf5X4LnGs/OC2lrV3zsvxY2K75Tkakhnf5YmzIQqEtbQHo5Y8fU6ZGt4f13gOolww9Uv+6KI22lsJyUBtC8Y2RYRIS4R+7MsRzlyawoZEL3kQB027+E6/g1Cu1p0v9jUIMFHA90hscO/z+e1D4dmUukjYfMXUSqO9mwtuXbXXKEP3QtdVXWkLIB4/IRK7qiOUJFeySm6sHic="
}

Last updated

Was this helpful?