Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET https://app.chatnorris.ai/api/v2/leads/{lead_id} Authorization: Bearer <tu_api_key>
Recuperar un lead específico por su ID.
leads:read
lead_id
{ "status": "success", "data": { "id": "lead_abc123", "chatbot_id": "bot_xyz789", "conversation_id": "conv_def456", "name": "María García", "email": "maria@empresa.com", "phone": "+5491112345678", "extra_data": { "company": "Empresa SA" }, "created_at": "2026-06-25T11:30:00.000Z" } }
NOT_FOUND