Skip to main content

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

KeyRequiredDescription
id YesThe ID of the group

Sample response (members visible)

{ ... }

Sample response (members not visible)

{ ... }