Ingest player achievement data

Inject player’s in-game user achievements unlocked in the game. Partner and game details will be identified using the API key used in invoking the API. The API supports batch inserts as well to reduce the number of calls that’s been made to our service.

Note:
1. To ingest batch records, ensure that each record follows the required body structure defined below and that all records are wrapped in a single array.
2. Each record must include at least one of the following identifiers: email, blockchain and wallet_address, or platform and platform_user_id.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Email address used by the user to connect to the game.

string

Any web3 wallet used by the user to connect to the game.

string

Blockchain associated with the shared wallet address.

string

Account id of the user in the given platform

string

Platform associated with the shared platform user id. Example: steam, xbox, discord.

string
required

In game achievement name.

string
required

A short description to describe the given achievement.

boolean
required

Indicator show the achievement is ‘achieved’ for the user.

date-time
required

Timestamp at which the achievement is ‘achieved’ in game. Format: YYYY-MM-DD HH:MI:SS

Headers
string
required
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json