Auth.GG
  • Welcome to Auth.GG!
  • C#
    • Initial Setup
    • Login
    • Register
    • Extend Subscription
    • User Information
    • Variables
    • Logs
  • Universal API
    • Application Information
    • Login
    • Register
    • Extend Subscription
    • Forgot Password
    • Change Password
    • Log
  • Admin API
    • Users
    • Licenses
    • HWID
  • FOR DEVELOPER
    • FAQ
Powered by GitBook
On this page
  • HWID
  • Get HWID information
  • Reset HWID
  • Set HWID

Was this helpful?

  1. Admin API

HWID

Manage your users through an API!

HWID

GET https://developers.auth.gg/HWID

This endpoint allows you to manage your users HWID.

Query Parameters

Name
Type
Description

hwid

string

HWID to set if applicable

user

string

Username to manage

type

string

Determines which method

authorization

string

Token to track down which application is being managed.

{"status":"success","value":"S-1-5-21-2059544432-1807619418-2813248941-1001"}
{"status":"success","info":"HWID has been succesfully reset"}
{"status":"fail","info":"Not Set"}

Types

Description

fetch

Retrieves the user HWID

reset

Resets the user HWID

set

Sets the user HWID

Get HWID information

https://developers.auth.gg/HWID/?type=fetch&authorization=3459877&user=demo

Reset HWID

https://developers.auth.gg/HWID/?type=reset&authorization=3459877&user=demo

Set HWID

https://developers.auth.gg/HWID/?type=set&authorization=3459877&user=demo&hwid=newhwid
PreviousLicensesNextFAQ

Last updated 4 years ago

Was this helpful?