Generates a report based on lead data and sends to a registered email.
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Responses
application/json {
"data": [
{
"id": "1",
"name": "rvr",
"date": "2024-08-05 14:07:36",
"email": "[email protected]",
"phonenumber": "03002221223",
"lead_status": "New",
"status": "1",
"lead_type": "Sales",
"color": "#7cb342"
}
],
"page": {
"current_page": 1,
"from": 1,
"to": 1,
"total": 1,
"per_page": 5,
"last_page": 0,
"next": -1,
"previous": 0
},
"message": "success"
}
Modified at 2024-09-05 09:38:26