API reference
Browse, test and implement every endpoint from the browser.
Guides, references and recipes for teams building against our public API — written by the people who maintain it.
Browse, test and implement every endpoint from the browser.
Step-by-step walkthroughs for auth, webhooks and pagination.
Create a workspace token, install the client and read a single record. Nothing else is required to get a 200 back.
// Install the client first import { Lodestar } from "@lodestar/sdk"; const ls = new Lodestar(process.env.LS_TOKEN); const page = await ls.pages.get("pg_4f27a");
Flag this change request as ready and let the right teammates know it needs a look.
e.g. ‘Adding a welcome page’, ‘Updating the API intro text’
Public API specification covering endpoints, request and response schemas, and auth — written for testing, integration and use with the usual HTTP clients.
maren.hollis
Suggested
Requested