Skip to main content

Authentication

Include your API key in the Authorization header:
Keep your API key secret. Do not expose it in client-side code or public repositories.

Base URL

Endpoints

Forms

List all forms
Get form submissions
Create form
Delete submission

Contacts

List contacts (with optional filters)
Get contact
Update contact
Add tag to contact
Remove tag from contact

Contact Tags

List contact tags
Create contact tag
Delete contact tag

Scheduling Pages

List scheduling pages
Get scheduling page
Create scheduling page
Delete scheduling page

Meetings

List meetings (with optional filters, includes AI notes)
Get meeting (includes ai_notes, recording, field_values)
Example response:
Update meeting
Delete meeting

Availability Schedules

List availability schedules
Get availability schedule

Sequences

Sequences have a separate API reference. See Sequences API for full documentation.

Rate Limits

Rate limit headers are included in responses. Exceeding the limit returns 429 Too Many Requests.

Iframe Tracking Integration

Send tracking parameters from your page into OrbitForms forms for attribution and analytics.

How It Works

  1. Add query params to the form URL — Include comet_token, attribution_id, or other supported fields in the form’s embed URL or link
  2. Orbit captures them — When a user submits, these values are stored with the submission
  3. Use in workflows — Reference them in workflows, webhooks, or exports for attribution reporting

Supported Tracking Fields

Example (JavaScript):
If you’re an analytics or attribution provider and want to integrate with OrbitForms, contact support for partnership options.

Next Steps

Webhooks

Receive real-time submission data

Integrations

Connect to CRMs and tools