Skip to content
Sign in

The API, from your browser

These requests run client-side against https://api.componext.app — the path a native app or a plain SPA takes, with no server of its own in between.

Anonymous public read

Running…
fetch("https://api.componext.app/v1/records?type=note&limit=3")

Waiting for the browser.

Authenticated read with browser credentials

Running…
fetch("https://api.componext.app/v1/notifications", { credentials: "include" })

Waiting for the browser.