DocsAPI ReferenceBranch/bff/branch/set-branch-contact
postBranchAdmin BFF

/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

2 total
Body · 2
slugstringRequired

Branch slug.

contactIdstring | null

Request

POST /bff/branch/set-branch-contact

post
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.

Get API Key