cURL
curl --request GET \ --url https://api.droxy.ai/v1/lead/{id} \ --header 'x-api-key: <api-key>'
{ "chatbotName": "<string>", "startInterval": "<string>", "endInterval": "<string>", "createdAt": "<string>", "leads": [ { "createdAt": 123, "email": "<string>", "name": "<string>", "phone": "<string>" } ] }
Get the leads generated from the chatbot.
The chatbot's id.
The beginning of the date range to query. Unix timestamp in milliseconds.
The end of the date range to query. Unix timestamp in milliseconds.
OK
The response is of type object.
object