curl -X GET https://api.sitespeak.ai/v1/{chatbot_id}/leads \ -H "Accept: application/json" \ -H "Authorization: Bearer YOUR_API_TOKEN"
Returns all the leads for your chatbot
[ { "id": "", "chatbot_id": "", "visitor_id": "", "name": null, "email": "user@example.com", "phone": null, "status": "read", "last_entry_at": "2023-09-30 13:10:39", "created_at": "2023-09-30 13:10:19", "updated_at": "2023-10-03 05:49:48" } ]