Socket ticket API
Talo provides a secure socket system for real-time communication between your game and players. The Talo Socket is the underlying server that powers services like channels and handles connections, messages and events.
To connect to the socket server, you need to obtain a socket ticket. Learn more about socket authentication here.
Endpoints
Create a socket ticket (expires after 5 minutes)
POST https://api.trytalo.com/v1/socket-tickets
Sample response
{ ... }