Skip to main content

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

POST https://api.trytalo.com/v1/socket-tickets

The ticket is valid for 5 minutes and can only be used once.

Headers

None available

Route params

None available

Query keys

None available

Body keys

None available

Sample response

{ ... }