Licenses

Manage your licenses through an API!

Licenses

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

This endpoint allows you to manage your licenses

Query Parameters

NameTypeDescription

type

string

Determines which method

authorization

string

Token to track down which application is being managed.

days

string

Days of licenses if applicable

level

string

Level of licenses if applicable

amount

string

Amount of licenses if applicable

license

string

License to manage if applicable

Types

Description

fetch

Retrieves specific license data

fetchall

Retrieves all licenses

delete

Deletes specific license

use

Uses specific license

unuse

Unuses specific license

generate

Generates licenses

count

Responds with total count of licenses

Fetch License information

https://developers.auth.gg/LICENSES/?type=fetch&authorization=12345678&license=3833333

Fetch all Licenses

https://developers.auth.gg/LICENSES/?type=fetchall&authorization=12345678

Delete License

https://developers.auth.gg/LICENSES/?type=delete&license=KJMDLKNOD8&authorization=12345678

Use License

https://developers.auth.gg/LICENSES/?type=use&license=O5DL7BNXYP&authorization=12345678

Unuse License

https://developers.auth.gg/LICENSES/?type=unuse&license=O5DL7BNXYP&authorization=12345678

Generate License

https://developers.auth.gg/LICENSES/?type=generate&days=1&amount=4&level=1&authorization=12345678

If you would like to generate licenses with your own prefix, length, or format add the following parameters

Parameter

Description

format

You can choose the format you want based on the dashboard, there is a number next to the format you want to generate, this will be the format you want to use.

prefix

If you have chosen a format that needs a prefix make sure you add the parameter aswell or you will get an unexpected error.

length

If you have chosen a format that requires a length make sure you add the parameter aswell or you will get an unexpected error.

Count Licenses

https://developers.auth.gg/LICENSES/?type=count&authorization=12345678

Last updated