Ingest player playtime data

Inject player game playtime activities to Forge. 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.

date-time
required

Session end time for the user playing the game in UTC. Format: YYYY-MM-DD HH:MI:SS

float
required

Total time played by the user for the current session.

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