API Reference
Complete reference for the Call0 REST API. Manage agents, calls, bookings, and more.
Authentication
All requests require an Authorization header with your API key.
curl -H "Authorization: Bearer <your-api-key>" \ https://call0.de/api/v1/agents
Create API keys in your Developer Portal.
Base URL
https://call0.de/api/v1Agents
GET
/api/v1/agentsList all agents
POST
/api/v1/agentsCreate an agent
Requires write scope.
Request body
namedescriptionsystem_promptgreetinglanguagevoice_providervoice_idagent_typeCalls
GET
/api/v1/callsList call logs
Query parameters
limit (max 100)offsetagent_idBookings
GET
/api/v1/bookingsList bookings
Query parameters
limit (max 100)offsetstatusCustomers
GET
/api/v1/customersList customers
Query parameters
limit (max 100)offsetPhone Numbers
GET
/api/v1/phone-numbersList phone numbers
Analytics
GET
/api/v1/analyticsGet analytics summary
Query parameters
days (7 | 14 | 30 | 90)Quotes
GET
/api/v1/quotesList quotes
Waitlist
GET
/api/v1/waitlistList waitlist entries
Feedback
GET
/api/v1/feedbackList call feedback
Call0 API v1 · Documentation · Home