Developer Platform

Build on GetsYou

REST API, webhooks, and automation hooks for programmatic control of AI voice calling. Request early access to the developer platform.

API access rolling out Q2 2026 for Scale & Partner tiers
API Preview

What the API Looks Like

Clean REST endpoints for calls, contacts, campaigns, and real-time webhooks.

Initiate an Outbound Call

POST /v1/calls
{
  "contact_id": "ct_8f3k2j1",
  "agent_id": "ag_default",
  "campaign_id": "cmp_spring_2026"
}

// Response
{
  "call_id": "call_9x2m4p7",
  "status": "initiated",
  "contact": { "name": "Sarah M.", "phone": "+1555..." }
}

Webhook: Call Completed

POST https://your-app.com/webhooks/getsyou
{
  "event": "call.completed",
  "call_id": "call_9x2m4p7",
  "duration_seconds": 247,
  "outcome": "appointment_set",
  "lead_score": {
    "total": 82,
    "budget": 20, "authority": 22,
    "need": 25, "timeline": 15
  }
}
Integrations

Connect, Automate, Extend

GoHighLevel

Native CRM integration with bidirectional contact sync, pipeline automation, and calendar booking.

Webhooks & Events

Real-time event notifications for call lifecycle, lead qualification, and campaign status changes.

REST API

Programmatic access to calls, contacts, campaigns, analytics, and recordings.

Data Export

Export call data, transcripts, lead scores, and analytics for custom reporting pipelines.

Automation Hooks

Trigger calls, update contacts, and control campaigns programmatically from your existing workflows.

Zapier / Make

Connect GetsYou to thousands of apps through Zapier and Make integrations. Coming Q3 2026.

Use Cases

What You Can Build

Custom CRM Integrations

Connect GetsYou with any CRM beyond GoHighLevel using the REST API and webhooks.

Automated Reporting Pipelines

Pull call analytics, lead scores, and campaign data into your BI tools automatically.

Multi-Location Management

Programmatically manage agents, campaigns, and phone numbers across locations.

Custom Lead Routing

Build intelligent routing logic that directs qualified leads to the right team member.

FAQ

Developer Questions

API access is rolling out to Scale and Partner tier customers in Q2 2026. Request early access to join the beta program.

API key authentication with per-key permissions and rate limiting. OAuth2 support is planned for Q3 2026.

Yes. Rate limits vary by tier. Scale tier gets 100 requests/minute, Partner tier gets 500 requests/minute. Burst allowances are available.

Yes. Call recordings, transcripts, and analysis results are all accessible via the API with proper authentication and permissions.

A sandbox environment will be available at launch for testing integrations without affecting production data or consuming minutes.

JavaScript/TypeScript and Python SDKs are planned for launch. Community SDKs for other languages will be supported.

Get Early API Access

Request access to the developer beta or book a technical walkthrough.