Skip to content

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 } }

One platform. Three ways to build. Every surface uses the same scoped API keys and predictable JSON resources.

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.txt for a compact machine-readable index.