API Reference

Level ups the current logged in user and gives user rewards by adding custom currencies to the user profile.

Log in to see full request history
Body Params
string
required

Unique identifier of the user.

string
required

Application identifier where the game is being played.

reward
array of objects

Rewards to be added to the user profile. Cannot include 'rgn-coin' currency.

reward
integer
Defaults to 2

API version, defaults to 2.

Responses

Response body
object
gameProgress
object
integer

Current level of the user.

userCurrencies
object

Represents the user's currency data in the PLAY ecosystem.

currencies
array of objects
required

List of currencies associated with the user.

currencies*
object
appIds
array of strings

A list of application IDs associated with this currency.

appIds
string
required

The name of the currency.

integer
required

The quantity of the currency held.

400

Invalid argument - The appId field is required.

Language
Credentials
URL