The customer activation platform.Every interaction becomes a qualified contact. Book a demo

API overview

Understand what is already documented for the OmniLab API and where to start before the full reference is published.

This page stays intentionally lightweight while the full resource-by-resource API reference is being consolidated. Today, the most important public developer entry points are authentication, booking access, webhooks, and embedding patterns.

What the current developer surface is used for

  • Server-to-server authentication with client credentials
  • Booking self-service experiences, such as listing or cancelling a participant's bookings
  • Event-driven integrations through webhooks
  • Tenant-specific integrations prepared with OmniLab teams
Client credentials Bearer token Your backend OmniLab token endpoint Approved OmniLab API endpoints OmniLab events Webhook subscriptions Your webhook receiver Your website or app Embedded OmniLab experience

What is not published yet

The full resource-by-resource REST reference is not published in this help center yet. Do not assume that every internal OmniLab endpoint is part of the supported external surface.

Treat the API as an approved surface, not a discovery exercise

Use only the endpoints and flows explicitly confirmed for your tenant. If you need broader API coverage, align with the OmniLab team before development starts.

  1. Read Authentication.
  2. Record the production and staging base URLs before you write code.
  3. Build the first use case against staging.
  4. Prefer webhooks over aggressive polling when another system needs timely updates.
  5. Keep unsupported or not-yet-published areas behind a feature flag on your side.

Was this helpful?

Optional comments help us improve this page for future authors and readers.

On this page