Documentation
Everything you need to build with Recordwell
Reference docs for administrators and developers — from core concepts to the API and integrations.
Introduction
Core concepts: workspaces, disclosures, filings, and the audit trail.
Data model
How activity, hours, officials, expenses, and contributions relate.
API reference
Programmatically sync activity and pull filing-ready data.
Authentication
API keys, SSO, and role-based access for your workspace.
Integrations
Connect Recordwell with the tools your team already uses.
Example request
curl https://<your-instance>/v1/disclosures \ -H "Authorization: Bearer $API_KEY" \ -d quarter="Q2-2026" \ -d issue_code="TAX"
