For the complete documentation index, see llms.txt. This page is also available as Markdown.

FetchLicenseCount()

The FetchLicenseCount() function can be used for fetching the total amount of licenses.

Arguments

Type

Required

Default

import PyAuthGG

Admin = PyAuthGG.Administration("ADMIN API KEY")

Admin.FetchLicenseCount()

Success Response

{
   "status":"success",
   "value":"55"
}

Last updated