HTTP API Reference

Only the endpoints that exist. Every "Send request" button issues the real call from your browser and shows the real status, headers and body — including the failures.

HTTP endpoints
Not in this reference

Subscribe, presence events, typing and reactions are socket operations, not HTTP ones. They live in the SDKs, not in this list.

Overview

Base URL
Key on this page
Auth headerX-API-Key: <your key>
Live checknot run yet

The base URL is the cluster manager. It is the only host you need: it validates keys, hands out a worker for socket connections, and proxies channel operations to whichever worker owns them.

Real-time connection

Subscribing is a socket operation, so it is not in the HTTP list below. A client asks the manager for a worker, then opens a socket to that worker. The SDK does both steps for you.

JavaScript
not run yet
No endpoint matches that filter.