API reference
Every gateway endpoint, generated from the OpenAPI contract.
These pages are generated from the gateway's OpenAPI contract, so they always match the deployed API. Each endpoint shows its request and response shapes and an interactive request panel.
New here? The guides walk through pairing and sending first.
The dashboard
What you can do in the dashboard, the extra pages a super admin sees, the read-only viewer, and contacts.
List sessions across all organizations (super_admin) GET
List WhatsApp sessions across **every** organization, for platform oversight. Unlike the org-scoped session list, this is not limited to the caller's organization — it returns sessions for all tenants in one flat list. ### Preconditions - Restricted to a platform **super_admin**. The caller must present a login JWT that carries the `super_admin` platform role. - api-keys (prefixed `wa_`) and ordinary org roles (owner/admin/member) are **rejected** even if otherwise valid. ### Side effects & semantics - Read-only. No state is changed. ### Errors - `forbidden` (403) — the caller is authenticated but is not a platform super_admin (e.g. an api-key, or a person without the super_admin role).