FetchLicense()
The FetchLicense() function can be used for fetching information about a license.
Arguments
Type
Required
Default
License
String
True
import PyAuthGG
Admin = PyAuthGG.Administration("ADMIN API KEY")
Admin.FetchLicense("NRMY7-YPPZ0-SHQR2-5ITYV-GFI40")
Success Response
{
"status":"success",
"license":"NRMY7-YPPZ0-SHQR2-5ITYV-GFI40",
"rank":"1",
"used":"true",
"used_by":"xFueY",
"created":"2020-12-29 18:14:45"
}
Error Response
{
"status":"failed",
"info":"No license found"
}
Last updated
Was this helpful?