DialDozer developer documentation
Build on every conversation.
APIs, tools, and guides for automating leads, conversations, messaging, CTI, and agent operations.
cURLJavaScriptPythonCopy
Request
1curl -G \2"https://app.dialdozer.com/hooks/api_v1.php" \3--data-urlencode "r=leads/42" \4-H "X-Api-Key: $DIALDOZER_API_KEY" \5-H "Accept: application/json"
200 OK
{ "ok": true, "lead": { "lead_id": 42 } }Choose your path
Section titled “Choose your path”One platform. Three ways to build. Every surface uses the same scoped API keys and predictable JSON resources.
APIIntegrate DialDozer into your application.Explore API → MCPGive AI agents safe access to DialDozer.Connect an agent → CLIOperate DialDozer from your terminal.Open the CLI →
Get started in minutes
Section titled “Get started in minutes”Create accessAsk an administrator for a scoped API key.
Export the keyKeep secrets outside source control.
Make a requestRead a lead or ingest a new one.
Handle eventsVerify and process outbound webhooks.
Agent building? Start with the agent-friendly integration guide or fetch
/llms.txtfor a compact machine-readable index.