Endpoints
Endpoints
1) Generate a token
https://api.thealtening.com/v2/generate?key=<api-key>https://api.thealtening.com/v2/generate?key=<api-key>&info=true{
"token": "[email protected]", // Alt token
"password": "anything", // Any password works; provided for convenience
"username": "Examp**", // Last two characters hidden
"limit": false, // True if daily limit reached (100+ alts/24h, see plan)
"skin": "555...", // Use with CDN to fetch skin images
"info": { // Included only if info=true (object may be empty)
"hypixel.lvl": "10",
"hypixel.rank": "MVP",
"mineplex.lvl": "10",
"mineplex.rank": "LEGEND",
"labymod.cape": "true",
"5zig.cape": "true"
}
}2) Check license
3) Inspect a token
4) Favorite a token (Premium only)
5) List favorites (Premium only)
6) Private a token (Premium only)
7) List privates (Premium only)
Last updated