Player group API
Using groups, you can divide your player-base into clear segments. For example, you could have a group of beta testers or a group for all the players who have completed the game.
Learn more about player groups here.
Endpoints
Get a group and its members
GET https://api.trytalo.com/v1/player-groups/:id
Route params
Key | Required | Description |
---|---|---|
id | ✅ Yes | The ID of the group |
Sample response (members visible)
{ ... }
Sample response (members not visible)
{ ... }