Reference

API endpoints

OpsDash exposes a small set of HTTP routes for integrations, webhooks, and scheduled jobs. In-app CRUD uses Server Actions, not public REST for most entities.

Lead capture

POST /api/lead-capture — create a lead with an API key (Pro, feature platform:lead-capture-api). Headers: Authorization: Bearer {API_KEY} or X-Api-Key.

Webhooks & cron

Stripe webhooks, OAuth callbacks, Gmail, and cron routes are documented in the repository under docs/reference/api-endpoints.md (full list, headers, and error shapes).

Back to documentation home