/bff/lead/list
Returns a paginated list of leads/inquiries with customer and assignee info. Supports filtering by status, source, assigned member, and full-text search.
LeadgetBffLeadList
Parameters
7 query
Query · 7
limitnumberMaximum items per page.
pagenumberPage number (1-based).
statusstring | string | string | string | string | string | stringLead pipeline status.
sourcestring | string | string | string | stringHow the lead was acquired.
assignedMemberIdstringFilter by assigned member ID.
fulltextQuerystringSearch across subject, description, customer name and email.
orderBystringSort field:direction (e.g. "insertedDate:desc", "estimatedValue:asc", "followUpDate:asc").
Request
GET /bff/lead/list
curl -X GET "https://api.bizkithub.com/bff/lead/list?limit=50&page=1&assignedMemberId=example_assignedMemberId&fulltextQuery=example_fulltextQuery&orderBy=example_orderBy" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": 0,
"subject": "example_subject"
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.