Enterprise Plan
API Documentation
REST API reference for integrating with CallMatrix.
API Access
The CallMatrix REST API is available on the Enterprise plan. It provides programmatic access to campaigns, buyers, calls, analytics, and number management.
Base URL
https://api.callmatrix.io/v1Authentication
All API requests require a Bearer token in the Authorization header:
Authorization: Bearer your_api_key_hereAvailable Endpoints
GET /campaigns - List all campaigns
GET /campaigns/:id - Get campaign details
GET /buyers - List all buyers
GET /calls - List call records with filters
GET /calls/:id - Get call detail
GET /analytics/summary - Get dashboard KPIs
GET /numbers - List number pool
POST /numbers/provision - Provision a new number
Full API reference with request/response schemas and code examples is coming soon. Contact [email protected] for early access.