curl -X GET "https://api.zudu.ai/api/post-call-webhooks/webhook_abc123def456" \ -H "X-API-KEY: sk_Abc123Def456Ghi789Jkl012Mno345Pqr678Stu901Vwx234Yz" \ -H "X-API-SECRET: s3cr3t_Xyz789Abc123Def456Ghi789Jkl012Mno345Pqr678Stu901Vwx234" \
{ "message": "Post-call webhook retrieved successfully", "status": "success", "error": null, "data": { "id": "webhook_abc123def456", "organization_id": "org_1234567890", "name": "Call Analytics Webhook", "url": "https://your-server.com/webhooks/call-complete", "description": "Receives call data after completion", "is_active": true, "agent_count": 5, "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-15T10:30:00Z" }
Retrieve details for a specific post-call webhook
webhook_...
webhook_abc123def456
sk_...
s3cr3t_...
{ "message": "Post-call webhook not found", "status": "error", "error": "Webhook with ID 'webhook_123' does not exist" }
{ "message": "Failed to retrieve post-call webhook", "status": "error", "error": "Database connection failed" }
agent_count
GET /api/post-call-webhooks/{id}/full