DocsAPI ReferenceContact/bff/contact/org-tree
getContactAdmin BFF

/bff/contact/org-tree

Returns the focused contact together with its ancestor chain (root-first) and the full subtree rooted at the focused contact. Useful for MS Teams-style org charts. Depth is capped at 32 levels in each direction.

ContactgetBffContactOrg-tree

Parameters

1 query

1 total
Query · 1
customerIdstringRequired

Focused contact external ID.

Request

GET /bff/contact/org-tree

get
curl -X GET "https://api.bizkithub.com/bff/contact/org-tree?customerId=abc123def456ghij" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key