Get a lead
GET /hooks/api_v1.php?r=leads/{lead_id} returns core CRM fields.
Required scope: leads:read
curl --fail-with-body \ -H "X-Api-Key: $DIALDOZER_API_KEY" \ "https://app.dialdozer.com/hooks/api_v1.php?r=leads/48219"{ "ok": true, "lead": { "lead_id": 48219, "first_name": "Maya", "last_name": "Chen", "phone": "6025550142", "email": "maya@example.com", "address1": "21 W Monroe St", "city": "Phoenix", "state": "AZ", "postal_code": "85003", "status": "NEW", "campaign": "SOLAR" }}Missing leads and leads outside a tenant key’s organization both return HTTP 404 with {"ok":false,"error":"not_found"}. This deliberate equivalence prevents cross-tenant existence probing.