API Reference

Get project achievements

Retrieves currently active achievements for a project.

Log in to see full request history
Responses

Response body
object
loginDaysInRowAchievements
array of objects

Daily achievements. Triggered when the user logs in.
Use the 'repeatNoMoreOftenThanCron' field to specify how often the achievement can give rewards.

loginDaysInRowAchievements
object
int32

The number of consecutive days for the login achievement

string

The ID of the achievement to trigger

loginDaysAchievements
array of objects

Daily achievements. Triggered when the user logs in.
Use the 'repeatNoMoreOftenThanCron' field to specify how often the achievement can give rewards.

loginDaysAchievements
object
int32

The number of consecutive days for the login achievement

string

The ID of the achievement to trigger

playerProgressAchievements
array of objects

Player progress achievements. Triggered when the player progress field reaches the specified value.
Is triggered when 'game-updatePlayerProgress' or 'game-addPlayerProgress' is called.

playerProgressAchievements
object
string

The name of the player progress field

int32

The value of the player progress field to reach for the achievement

string

The ID of the achievement to trigger

purchaseAchievements
array of objects

Purchase achievements. Triggered when the user purchases a virtual item with the specified tag.
Is triggered when 'storeV2-buyStoreOffer' or 'storeV2-buyVirtualItems' is called.

purchaseAchievements
object
string

The tag of the virtual item. When the user purchases a virtual item with this tag, the achievement is triggered.

string

The ID of the achievement to trigger

signInAchievements
object

Sign-in achievements. Triggered when the user signs in.
Use the 'signInEventSource' field to specify the source of the sign-in event.

string

The ID of the achievement to trigger when a guest user signs up

string

The ID of the achievement to trigger when a user logs in

string

The ID of the achievement to trigger when a user logs in with a custom token

string

The ID of the achievement to trigger when a user refreshes a guest account token

string

The ID of the achievement to trigger when a user refreshes an email account token

string

The ID of the achievement to trigger when a user logs in with email and password

400

Invalid argument error, indicating that one or more of the provided fields are invalid or missing.

Language
Credentials
URL