/bff/branch/set-branch-contact
Links a single shop__contact to a branch as its technical-contact identity. Pass null or omit contactId to unlink. This is independent of shop__branch_person (which carries real people).
BranchpostBffBranchSet-branch-contact
Parameters
2 body
Body · 2
slugstringRequiredBranch slug.
contactIdstring | nullRequest
POST /bff/branch/set-branch-contact
curl -X POST "https://api.bizkithub.com/bff/branch/set-branch-contact" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"slug": "example_slug"
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.