Skip to content

Connect API

The Connect API is the canonical external integration surface for RocketLead. Read leads and bookings, push leads from your CRM, check availability, and book calendar slots — all over standard HTTPS with a Bearer token.

https://api.rocketlead.io/connect/...
GET /connect/tables/
Authorization: Bearer rocketlead_live_<64-hex-secret>

For everything else — auth flow, error envelope, scopes — see Authentication & scopes.

The pages here are conceptual companions to the interactive reference — they cover the patterns, gotchas, and cross-cutting semantics that don’t live in OpenAPI:

Concepts

Resources — slim per-resource pages with embedded schemas and differentiators:

  • Leads — the table_entries resource.
  • Bookingscalendar_bookings.
  • Availability — slot search.
  • Lookups — calendars, resources, appointment types, slots, blockers, mappings.
  • Ingress webhooks — alternative inbound path when you don’t want to manage a Bearer token.
  • Form widget — for embedding lead-capture forms instead of pushing leads programmatically.
  • Guides — end-to-end integration recipes (fonio.ai, etc.).