API referencePlayer presence APIOn this pagePlayer presence API The player presence API allows you to automatically track the presence of players in your game. This can be useful for a variety of use cases, such as showing a player as online or offline, setting custom statuses and friends lists. Endpoints Get a player's online status and custom statusGET https://api.trytalo.com/v1/players/presence/:idRoute paramsKeyRequiredDescriptionid✅ YesThe ID of the playerSample responseShow{ ... }Update a player's online status and custom statusPUT https://api.trytalo.com/v1/players/presenceHeadersKeyRequiredDescriptionx-talo-alias✅ YesThe ID of the player's aliasBody keysKeyRequiredDescriptioncustomStatus❌ NoA custom status message for the playeronline❌ NoWhether the player is onlineSample requestShow{ ... }Sample responseShow{ ... }