POST - Create avatar 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 create an avatar code
Request
Request Body
Name
Type
Description
Example Request Body
{
"data": {
"avatarId": "743a7c421b5a830535675049"
}
}Response
{
"data": {
"avatarId": "743a7c421b5a830535675049",
"code": "ABC12"
}
}Last updated
Was this helpful?

