Get License
This GET request returns license information for a specific license key.
Once an API key and license key are sent, the response will determine if a license is valid.
PATH
https://app.productdyno.com/api/v1/licenses/get
METHOD
GET
PARAMETERS
_api_key
license_key
EXAMPLE JSON RESPONSE
{
"license_key": "OWMM-QTME-MZEO-BTV5",
"guid": "http://google.com",
"activated_at": "2021-04-06 14:04:09",
"product_id": 321
}
