DocsAPI ReferenceLead/bff/lead/detail
getLeadAdmin BFF

/bff/lead/detail

Returns full lead detail including customer, assignee, linked order/issue, and geo info.

LeadgetBffLeadDetail

Parameters

1 query

1 total
Query · 1
leadIdstringRequired

Lead ID.

Request

GET /bff/lead/detail

get
curl -X GET "https://api.bizkithub.com/bff/lead/detail?leadId=example_leadId" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "id": 0,
  "subject": "example_subject",
  "description": "example_description"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key