The Launchboard API is a headless REST API (OpenAPI 3.1) that exposes every operation available in the Launchboard product. Every read and every mutation you can perform in the UI — creating stakeholders, issuing securities, recording transactions, exporting an OCF snapshot — is also available here. If you’re building an integration, automating equity workflows, or syncing Launchboard data into a downstream system, this API is your entry point.Documentation Index
Fetch the complete documentation index at: https://docs.launchboard.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All v1 endpoints are served from:OpenAPI spec
The machine-readable OpenAPI 3.1 document is available at:Authentication
All requests must include an API key as a bearer token in theAuthorization header:
Request and response format
The API accepts and returns JSON. SetContent-Type: application/json on all requests with a body.
Error responses follow RFC 9457 Problem Details and use Content-Type: application/problem+json.
Resources
| Resource group | Description |
|---|---|
| Stakeholders | People and entities holding equity |
| Securities | Shares, options, warrants, and convertibles |
| Share classes | Stock classes on the cap table |
| Valuations | 409A and financing valuations |
| Vesting | Vesting terms and milestones |
| Equity plans | Option plans and pools |
| Corporate actions | Splits, conversions, and board-approved events |
| Transactions | Ledger-level mutations — issue, transfer, exercise, cancel |
| Approvals | Approval workflow for transactions |
| Cap table | Aggregated cap table data and OCF import/export |
| Organization & API keys | Org settings and API key management |
Quick start
Fetch your organization’s stakeholders with a singlecurl call:
nextCursor value as a cursor query parameter to fetch the next page. See the pagination guide for details.