Registration of Rewards Users and Inquiry of Rewards Achieving Rewards

The API that the player calls upon initial user entry and to determine if a reward has been achieved.

token contains the following information.

{
  "identifier": "User unique identification value", // Required Value
  "gender": "male", // male || female // Selected values
  "age": 20, // Selected values
  "device": "User Device", // Selected values
  "os": "User OS",// Selected values
  "incomingMedia": "Inflow channel (media)",// Selected values
  "campainId": "Campaign ID",// Selected values
  "ADID": "Google ADID",// Selected values
  "IDFA": "Apple IDFA"// Selected values
}
  • 'identifier' is a required value. All other items are selected values.
  • First request for the same 'identifier' is a "reward create" request.
  • For the same 'identifier' from the second request, it will be a " confirmation of achievement" request. ( Repeated request required)

For more information on Token encryption, see the [Data Encryption]

Language
Click Try It! to start a request and see the response here!