Lead Export
Last updated
Last updated
GET /lead/export?company_id=1 HTTP/1.1
Host: api.taag.co
Accept: */*
{
"status": "success",
"file_url": "text"
}POST /lead/export HTTP/1.1
Host: api.taag.co
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"company_id": 1,
"lead_ids": [
1
]
}{
"status": "success",
"file_url": "text"
}