Endpoints
This section documents the HTTP endpoints and WebSocket gateway for the Tether API.
| Method | Path | Description |
|---|---|---|
GET | /v1/users/{userID} | Get presence snapshot for a user |
GET | /healthz | Health/readiness probe |
WS | /socket | WebSocket gateway for presence |
The WebSocket gateway is the primary method for receiving real-time presence updates. The HTTP endpoints provide snapshot data and health checks.
Last updated: