Voxago Products

API & Webhooks

REST endpoints for every platform action, signed webhooks for every call event — JSON over HTTPS, no SDK lock-in.

99.9%

Uptime SLA

10K+

Active teams

4.8

Average rating

Key Features

Everything you need, built in

REST API

Programmatic call control, user provisioning, CDR queries, voicemail retrieval, and configuration management. JSON over HTTPS with versioned endpoints and OpenAPI spec.

POST/v1/calls
{
  "from": "+1305...",
  "to":   "+1212..."
}
201CREATED
{
  "id": "call_9af2…",
  "state": "ringing"
}

Real-Time Webhooks

Subscribe to call events — ringing, answered, hung-up, transferred, recorded — and push them to your backend in real time. Sub-second latency, signed payloads, automatic retry.

< 1slatency
call.ringing00:00.12
call.answered00:03.41
call.transferred00:42.08
call.hung-up12:14.55

Scoped API Tokens

Per-tenant tokens with fine-grained scopes (read calls, write contacts, manage extensions). Rotate without breaking other integrations.

API tokens · 3 activeHMAC SHA-256
crm-syncLIVE
calls:read · contacts:write
vk_••••8af2
2m ago
analytics
cdr:read
vk_••••3b81
1h ago
billing
users:read
vk_••••c1a0
3d ago

WebRTC SDK

Embed Voxago calling into your own app — agent dashboard, customer help widget, internal tool — with a JavaScript SDK that handles signaling and media.

your-app.js
import { Voxago } from
  '@voxago/webrtc'

const call =
  Voxago.dial(
    '+1305...'
  )
Live widget
Connected

Sandbox Environment

Free sandbox tenant for development. Test calls, webhook deliveries, and CDR shapes without burning prod minutes or alerting your customers.

Sandboxfree
test numbers
simulated cdrs
webhook replays
promote
Production
real DIDs
live billing
99.99% SLA

Build whatever the off-the-shelf list doesn't cover

If you can think it, you can wire it. Voxago's developer surface is the same one our integrations team uses — no second-class API, no 'enterprise tier' gating.

Voxago has been a true partner for our communication needs. Reliable, modern, and built for how we work.

SA

Sarah Anderson

Operations Lead

Advantages

Why teams love it

HMAC-Signed Webhooks

Every webhook carries an HMAC-SHA256 signature with timestamp anti-replay. Verify it in any language with three lines of code — no library required.

Idempotent Endpoints

Every write endpoint accepts an Idempotency-Key header. Retry safely without creating duplicate records — network blips don't double-book.

Versioned, Never Broken

API versions live forever. We add new ones; we never silently change old ones. Deprecation notices fire 12 months ahead of any removal.

Why Voxago

Try Voxago free for 30 days. Port your numbers in 24h. No credit card.

Get up and running in minutes — no credit card required. Cancel anytime.

See pricing
99.9%
Uptime SLA
24/7
Expert Support
< 5 min
Setup Time