PHPMyLicense API
Validate License by Hostname
GET
https://yourpmlinstall.tld/api/validate/host/:host/:product
Validate your licenses by Hostname.
Path Parameters
Name
Type
Description
host
string
Server Host, Domain or IP Address.
product
integer
Product ID. Can be found at Products Page.
Validate LIcense by License Key
GET
https://yourpmlinstall.tld/api/validate/licensekey/:licensekey/:product
Path Parameters
Name
Type
Description
licensekey
string
Your customer's license key.
product
integer
Product ID. Can be found at Products Page.
Last updated
Was this helpful?