GET - Get avatar id by short code
This is an alternative to avatar hotloading, for applications that can’t pass query parameters between the browser and the desktop game.
Use this endpoint to retrive the avatar for given code
Request
Path Parameters
Name
Type
Description
Response
{
"data": {
"avatarId": "743a7c421b5a830535675049",
"code": "ABC12"
}
}Last updated
Was this helpful?

