TeamGames Claim API
This guide shows how your backend can call the TeamGames v4 claim endpoint to fetch undelivered purchases for a player and hand them out inside your own game or service.
1. Grab Your Credentials
2. Make the Claim Request (v4)
POST /api/v4/store/transaction/update HTTP/1.1
Host: api.teamgames.io
Content-Type: application/json
Authorization: BASE64_ENCODED_API_KEY
{
"playerName": "Player123",
"preview": false,
"includeRawTransactions": false
}Field
Description
3. Interpret the Response
Common codes
Code
What it means
Your move
4. Production Checklist
5. Try It Yourself (Pick Your Stack)
6. Legacy Array Response (v3)
Last updated