Generate CSV Report
GET
/leads/report/csv_downloadGenerates a report in CSV formate based on lead data.
Request
Query Params
start_date
string
optional
Example:
2024-01-01
end_date
string
optional
Example:
2024-04-24
type
string
optional
Example:
2
email
string
optional
Example:
Responses
Success(200)
Validation(422)
Unauthorized(401)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
message
string
required
Example
{
"message": "Send Successfully"
}
Last modified: 2 months ago