[POST] Reset Gamification Attempts

This guide is for resetting the Attempts for all players for a  Gamification Attempts Scenario created in Flarie Studio. 

Please note that this will reset all attempts for all players and it might take some time for this operation to be completed. 

[POST] https://prod-api.flarie.com/rest/gamification-service/v1/public/reset-attempts

Payload

{
"accessKey": "string",
"gamificationId": "string",
}

 

Name Type Description

accesskey

string

Brand Access Key. You can generate your accessKey in Flarie Studio → Manage Brand Assets

gamificationId

string

The gamificationId of your gamification setup

 

Response Message

Status code

Message

200

Success

400

Bad Request Your accessKey / gamificationId is invalid.

403

Forbidden. Your accessKey isn't permitted to access the api

500

Internal Server Error. This error will also be thrown if you already have a running operation and trying to start another one.