{"name":"WhatsApp Bot API - Multi-Tenant","version":"2.0.0","status":"running","endpoints":{"messages":"POST /messages?bot_id={uuid}","botManagement":{"create":"POST /api/bots","list":"GET /api/bots","get":"GET /api/bots/:id","status":"GET /api/bots/:id/status","pause":"POST /api/bots/:id/pause","resume":"POST /api/bots/:id/resume","conversationPause":"POST /api/bots/:id/conversations/pause body:{phone_number} (X-API-Key)","conversationResume":"POST /api/bots/:id/conversations/resume body:{phone_number} (X-API-Key)","conversationPauseStatus":"GET /api/bots/:id/conversations/pause-status?phone_number= (X-API-Key)","reload":"POST /api/bots/:id/reload","delete":"DELETE /api/bots/:id","integrations":{"list":"GET /api/bots/:id/integrations","enable":"POST /api/bots/:id/integrations/:integrationId/enable","disable":"POST /api/bots/:id/integrations/:integrationId/disable","update":"PUT /api/bots/:id/integrations/:integrationId","autoAssociate":"POST /api/bots/:id/integrations/auto-associate"},"inactivity":{"get":"GET /api/bots/:id/inactivity-config","update":"PUT /api/bots/:id/inactivity-config"},"saveConversationHistory":{"get":"GET /api/bots/:id/save-conversation-history","update":"PUT /api/bots/:id/save-conversation-history"},"typingIndicator":{"get":"GET /api/bots/:id/typing-indicator","update":"PUT /api/bots/:id/typing-indicator body:{enabled} (X-API-Key)"},"markMessagesAsRead":{"get":"GET /api/bots/:id/mark-messages-as-read","update":"PUT /api/bots/:id/mark-messages-as-read body:{enabled} (X-API-Key)"}},"botControl":{"status":"GET /bot/status","start":"POST /bot/start","stop":"POST /bot/stop","restart":"POST /bot/restart","queues":"GET /bot/queues","sessions":"GET /bot/sessions","flows":"GET /bot/flows","integrations":"GET /bot/integrations"},"logs":{"stream":"GET /logs/stream","files":"GET /logs/files","search":"GET /logs/search","tail":"GET /logs/tail"}},"note":"API endpoints require X-API-Key header"}