POST
/
player
/
playtime
curl --request POST \
  --url https://partners-api.forge.gg/player/playtime \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <x-api-key>' \
  --data '{
  "last_time_played": "2024-07-16 19:20:30",
  "total_hours": 5,
  "user_email": "user@example.com",
  "wallet_address": "0x1234567890abcdef",
  "blockchain": "ethereum"
}'
{
  "records_processed": 10
}

Headers

X-API-Key
string
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.