API Reference

Upgrade

Upgrades user owned virtual item to a new level.

Log in to see full request history
Body Params
string
required

App package name. Used to check if the user has the app installed.

string
required

User id. Used to get the user's inventory. Gets it from auth context.

string
required

The id of the owned item. Used to get the owned item from the user's inventory.

string | null
Defaults to default

Optional id of the upgrade. Used to get the upgrade from the owned item.

number
required

The new level of the upgrade. Used to set the new level for the upgrade.

string | null

The price of the upgrade. Optional parameter.

integer
Defaults to 2

Version number. Specify 2 to receive a structured response.

Responses

Response body
object
upgrades
array of objects
upgrades
object
string
required

Identifier for the specific upgrade.

integer
required

The level of the upgrade.

400

Invalid argument error.

403

Permission denied error, item doesn't belong to the specified app or stackable items can't be upgraded.

410

The specified owned item id or virtual item id doesn't exist.

Language
Credentials
URL